summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_qpa.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-07-23 10:24:06 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2010-07-23 10:37:47 +0200
commitbe08fbc13f7370b6cc0c34660b4d1c16e4fdd3f5 (patch)
tree667ad95bc68c4a5423179672741152d758a0a6b3 /src/gui/kernel/qwidget_qpa.cpp
parentd15e6a32aeced893a5b5b790f3235cc7b3e0b9af (diff)
Handle behavior change in resize and move events in Lighthouse
Dont post the resize event and move event seperatly on the windowsystemintegration event queue, but as one event which will be processed in one go.
Diffstat (limited to 'src/gui/kernel/qwidget_qpa.cpp')
-rw-r--r--src/gui/kernel/qwidget_qpa.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_qpa.cpp b/src/gui/kernel/qwidget_qpa.cpp
index ac868ebd6c..1b7d9d27d2 100644
--- a/src/gui/kernel/qwidget_qpa.cpp
+++ b/src/gui/kernel/qwidget_qpa.cpp
@@ -128,6 +128,7 @@ void QWidget::destroy(bool destroyWindow, bool destroySubWindows)
if (windowType() != Qt::Desktop) {
if (destroyWindow && isWindow()) {
+//### jl: delete all child windows...
QTLWExtra *topData = d->maybeTopData();
if (topData) {
delete topData->platformWindow;