uifw/AvKon/aknhlist/src/akntreelistphysicshandler.cpp
branchRCL_3
changeset 8 71dd06cfe933
parent 7 08e69e956a8c
child 10 3d340a0166ff
--- a/uifw/AvKon/aknhlist/src/akntreelistphysicshandler.cpp	Wed Mar 31 21:59:52 2010 +0300
+++ b/uifw/AvKon/aknhlist/src/akntreelistphysicshandler.cpp	Wed Apr 14 16:14:00 2010 +0300
@@ -1155,7 +1155,7 @@
 //
 TBool CAknTreeListPhysicsHandler::PointerOnEmptyArea( TPoint aPosition )
     {        
-    if ( aPosition.iY <= WorldHeight() )
+    if ( aPosition.iY - iViewRect.iTl.iY <= WorldHeight() )
         {
         return EFalse;
         }