201031_02
authorhgs
Tue, 10 Aug 2010 13:19:41 +0300
changeset 38 bc103bfb69cf
parent 36 7c428525956b
child 42 35488577e233
201031_02
telutils/dialpad/src/dialpadkeypad.cpp
--- a/telutils/dialpad/src/dialpadkeypad.cpp	Fri Aug 06 13:08:23 2010 +0300
+++ b/telutils/dialpad/src/dialpadkeypad.cpp	Tue Aug 10 13:19:41 2010 +0300
@@ -239,6 +239,8 @@
 
 void DialpadKeypad::sendKeyReleaseEvent(const QKeyEvent& event)
 {
+    updateButtonLabels();
+
     if (mPressedNumericKey) {
         // short press, update editor here
         sendKeyEventToEditor(QEvent::KeyPress, event.key());