# HG changeset patch # User hgs # Date 1281435581 -10800 # Node ID bc103bfb69cf27a1d387623c8c830bd5eeca8df5 # Parent 7c428525956b17b0aa29ce3fec17cfc30b1bc52e 201031_02 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());