src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp
changeset 34 ed14f46c0e55
parent 5 627c4a0fd0e7
--- a/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp	Mon Oct 18 18:23:13 2010 +0300
@@ -83,6 +83,8 @@
                 mButton = 0;
                 return true;
             }
+        } else {
+            mLongPressHappened = false;
         }
         mButton = event->key();
     }