diff -r c377fbf92a12 -r 65e535be25c8 mulwidgets/gesturehelper/src/gesturehelperimpl.cpp --- 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 ) {