qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
--- a/qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp	Thu Sep 23 15:32:11 2010 -0400
+++ b/qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp	Fri Oct 15 17:30:59 2010 -0400
@@ -76,9 +76,9 @@
                 produceGesture = (m_powner == puie->target()) ;  // no area defined, touch detected in the window
             }
             if (produceGesture) {
-                //state = EGestureActive ;
+                state = EGestureActive ;
                 // issue the release gesture using the GenericSimpleGesture
-                qstmGesture::QStm_GenericSimpleGesture pgest(KUid, puie->currentXY());
+                qstmGesture::QStm_GenericSimpleGesture pgest(KUid, puie->currentXY(), puie->timestamp());
                 // Give the gesture a name
                 pgest.setName(QString("Release")) ;
                 pgest.setTarget(puie->target());