menufw/menufwui/mmwidgets/src/mmdraweranimator.cpp
branchRCL_3
changeset 28 d721605b30d0
parent 26 1b758917cafc
equal deleted inserted replaced
26:1b758917cafc 28:d721605b30d0
    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_43 % << Don't touch! Updated by Synergy at check-out.
    15  *  Version     : %version: MM_44 % << Don't touch! Updated by Synergy at check-out.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include <AknUtils.h>
    19 #include <AknUtils.h>
    20 
    20 
   178                 refreshRect.Intersection( iDrawer.Widget()->View()->ViewRect() );
   178                 refreshRect.Intersection( iDrawer.Widget()->View()->ViewRect() );
   179 
   179 
   180                 iDrawer.Widget()->View()->Draw( &refreshRect );
   180                 iDrawer.Widget()->View()->Draw( &refreshRect );
   181                 }
   181                 }
   182             }
   182             }
   183 
       
   184         iLastRedrawTime.HomeTime();
       
   185 
       
   186         }
   183         }
   187 
   184 
   188     if( iDrawer.GetFloatingItemCount() > 0 )
   185     if( iDrawer.GetFloatingItemCount() > 0 )
   189         {
   186         {
   190         Trigger();
   187         Trigger();