summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-06-10 10:02:27 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-06-10 10:02:27 (GMT)
commit37524a8b9ffa41f960fcc595039def4ae4167f3e (patch)
treef846fa2caf695f9ea70eab650be9c9a9a98f0400 /src
parent4df7621c7ab1b38416002430377a451a4c416100 (diff)
downloadQt-37524a8b9ffa41f960fcc595039def4ae4167f3e.zip
Qt-37524a8b9ffa41f960fcc595039def4ae4167f3e.tar.gz
Qt-37524a8b9ffa41f960fcc595039def4ae4167f3e.tar.bz2
Call DrawDeferred() after setting softkeys
SDK 3.1 and maybe also 3.2 need an extra invitation. RevvBy: maluukka
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget_s60.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp
index cc6f794..a912b64 100644
--- a/src/gui/kernel/qwidget_s60.cpp
+++ b/src/gui/kernel/qwidget_s60.cpp
@@ -108,6 +108,7 @@ void QWidgetPrivate::setSoftKeys_sys(const QList<QAction*> &softkeys)
if (placeInScreen==1)
placeInScreen=2;
}
+ nativeContainer->DrawDeferred(); // 3.1 needs an extra invitation
}
void QWidgetPrivate::setWSGeometry(bool dontShow)