equal
deleted
inserted
replaced
88 SetPointerCapture( EFalse); |
88 SetPointerCapture( EFalse); |
89 } |
89 } |
90 else if( iOkToSwapOnButtonUp ) |
90 else if( iOkToSwapOnButtonUp ) |
91 { |
91 { |
92 if ( !iUiStates.IsWhiteBalanceModeOn() && |
92 if ( !iUiStates.IsWhiteBalanceModeOn() && |
93 !iUiStates.IsColorToneModeOn() ) |
93 !iUiStates.IsColorToneModeOn() && |
|
94 !iUiStates.IsZoomModeOn() && |
|
95 !iUiStates.IsCaptureModeOn() && |
|
96 !iUiStates.IsContrastModeOn() && |
|
97 !iUiStates.IsBrightnessModeOn() && |
|
98 !iUiStates.IsVolumeModeOn() ) |
94 { |
99 { |
95 if ( !( iAppUi.CanSwapImagePlaces() ) ) |
100 if ( !( iAppUi.CanSwapImagePlaces() ) ) |
96 { |
101 { |
97 return; |
102 return; |
98 } |
103 } |