meetingrequest/mrgui/src/cmrlistpanephysics.cpp
branchRCL_3
changeset 34 cd2816114bd1
parent 33 da5135c61bad
child 60 d620048b4810
--- a/meetingrequest/mrgui/src/cmrlistpanephysics.cpp	Wed Mar 31 21:08:33 2010 +0300
+++ b/meetingrequest/mrgui/src/cmrlistpanephysics.cpp	Wed Apr 14 15:42:15 2010 +0300
@@ -242,7 +242,10 @@
     if ( aDrawNow )
         {
         iParent.DrawDeferred();
-        }        
+        }
+    
+    // Vertical scroll index has changed, we need to update scroll bar also
+    iPhysicsObserver.UpdateScrollBarDuringOngoingPhysics();
     }
 
 // ---------------------------------------------------------------------------