meetingrequest/mrgui/src/cmrlistpanephysics.cpp
branchRCL_3
changeset 34 cd2816114bd1
parent 33 da5135c61bad
child 60 d620048b4810
equal deleted inserted replaced
33:da5135c61bad 34:cd2816114bd1
   240     
   240     
   241     // Draw only when drawing is allowed
   241     // Draw only when drawing is allowed
   242     if ( aDrawNow )
   242     if ( aDrawNow )
   243         {
   243         {
   244         iParent.DrawDeferred();
   244         iParent.DrawDeferred();
   245         }        
   245         }
       
   246     
       
   247     // Vertical scroll index has changed, we need to update scroll bar also
       
   248     iPhysicsObserver.UpdateScrollBarDuringOngoingPhysics();
   246     }
   249     }
   247 
   250 
   248 // ---------------------------------------------------------------------------
   251 // ---------------------------------------------------------------------------
   249 // CMRListPanePhysics::PhysicEmulationEnded
   252 // CMRListPanePhysics::PhysicEmulationEnded
   250 // ---------------------------------------------------------------------------
   253 // ---------------------------------------------------------------------------