summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-02-13 08:36:00 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-02-13 08:36:00 (GMT)
commit03a55630cfccf7f6ed01d865c541e07afb25c96e (patch)
tree25b4fe750bccad037068ca043b700db0b2cceef4 /src/gui/kernel/qwidget.cpp
parent8e309899b8287b67905072927df1e00effc2a13e (diff)
parentde20fdfb1da72d2ad89689f46f8412c04c25fc96 (diff)
downloadQt-03a55630cfccf7f6ed01d865c541e07afb25c96e.zip
Qt-03a55630cfccf7f6ed01d865c541e07afb25c96e.tar.gz
Qt-03a55630cfccf7f6ed01d865c541e07afb25c96e.tar.bz2
Merge remote branch 'origin/4.6' into qt-master-from-4.6
Conflicts: qmake/generators/symbian/symmake.cpp
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 1e92507..d433048 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -8277,7 +8277,7 @@ bool QWidget::event(QEvent *event)
}
#ifdef QT_SOFTKEYS_ENABLED
- if (isWindow() && isActiveWindow())
+ if (isWindow())
QSoftKeyManager::updateSoftKeys();
#endif