diff -r 7c428525956b -r bc103bfb69cf 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());