src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp
changeset 21 4633027730f5
parent 5 627c4a0fd0e7
--- a/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp	Wed Aug 18 10:05:37 2010 +0300
@@ -83,6 +83,8 @@
                 mButton = 0;
                 return true;
             }
+        } else {
+            mLongPressHappened = false;
         }
         mButton = event->key();
     }