mulwidgets/gesturehelper/src/gesturehelperimpl.cpp
branchRCL_3
changeset 11 65e535be25c8
parent 3 4526337fb576
child 15 125793e17004
--- a/mulwidgets/gesturehelper/src/gesturehelperimpl.cpp	Wed Mar 31 22:30:13 2010 +0300
+++ b/mulwidgets/gesturehelper/src/gesturehelperimpl.cpp	Wed Apr 14 16:30:07 2010 +0300
@@ -275,8 +275,11 @@
              
             // we shouldnot consider pointer number here. If pointer 1 is
             // already touched and dragging and we recieve a down of pointer 0     
-                    
-            if( iPointerCount == 1 )
+            if( iPointerCount == 0 && pointerNumber == 1)
+                {
+                return EFalse;                
+                }        
+            else if( iPointerCount == 1 )
                 {
                 if(iCurrentPointer == pointerNumber )
                     {