meetingrequest/mrgui/src/cmrlistpanephysics.cpp
branchRCL_3
changeset 17 8592a65ad3fb
parent 16 4ce476e64c59
child 60 d620048b4810
equal deleted inserted replaced
16:4ce476e64c59 17:8592a65ad3fb
   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 // ---------------------------------------------------------------------------