uifw/AvKon/src/akncolourselectiongrid.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 16 71dd06cfe933
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
  2019         iExtension = new (ELeave) CAknColourSelectionGridExtension;
  2019         iExtension = new (ELeave) CAknColourSelectionGridExtension;
  2020         }
  2020         }
  2021 
  2021 
  2022     if ( !Rect().Contains( aPointerEvent.iPosition ) )
  2022     if ( !Rect().Contains( aPointerEvent.iPosition ) )
  2023         {
  2023         {
  2024         if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
       
  2025             {
       
  2026             TryExitL( EAknSoftkeyCancel );
       
  2027             _AKNTRACE_FUNC_EXIT;
       
  2028             return;
       
  2029             }
       
  2030 
       
  2031         if ( aPointerEvent.iType == TPointerEvent::EDrag )
  2024         if ( aPointerEvent.iType == TPointerEvent::EDrag )
  2032             {
  2025             {
  2033             iExtension->iIsDragged = ETrue;
  2026             iExtension->iIsDragged = ETrue;
  2034             }
  2027             }
  2035         }
  2028         }