vtuis/videotelui/src/CVtUiContextControl.cpp
changeset 2 4a81900cd18b
parent 0 ed9695c8bcbe
child 8 07d1685f0cd4
equal deleted inserted replaced
1:4fbbce2c82ba 2:4a81900cd18b
    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                             }