src/hbcore/gestures/hbpangesture.cpp
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
child 30 80e4d18b72f5
--- a/src/hbcore/gestures/hbpangesture.cpp	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/gestures/hbpangesture.cpp	Fri Sep 17 08:32:10 2010 +0300
@@ -128,6 +128,7 @@
 HbPanGesture::HbPanGesture(QObject *parent) : QPanGesture(parent), d_ptr(new HbPanGesturePrivate)
 {
     d_ptr->q_ptr = this;
+    d_ptr->mIgnoreMouseEvents = false;
 }
 
 /*!