menufw/menufwui/mmwidgets/src/mmgrid.cpp
branchRCL_3
changeset 19 79311d856354
parent 12 9674c1a575e9
child 25 137ebc85284b
equal deleted inserted replaced
18:d05a55b217df 19:79311d856354
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_102 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_103 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include <AknsDrawUtils.h>
    20 #include <AknsDrawUtils.h>
   484         }
   484         }
   485     else
   485     else
   486         {
   486         {
   487         HandlePointerEventInNormalModeL( aPointerEvent );
   487         HandlePointerEventInNormalModeL( aPointerEvent );
   488         }
   488         }
   489 
       
   490     if ( iMmDrawer->GetFloatingItemCount() > 0 &&
       
   491             iMmDrawer->GetAnimator()->IsActive() )
       
   492         {
       
   493         iMmDrawer->GetAnimator()->CancelNextRedrawL();
       
   494         }
       
   495     }
   489     }
   496 
   490 
   497 // -----------------------------------------------------------------------------
   491 // -----------------------------------------------------------------------------
   498 //
   492 //
   499 // -----------------------------------------------------------------------------
   493 // -----------------------------------------------------------------------------