changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
--- a/src/gui/kernel/qx11embed_x11.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/kernel/qx11embed_x11.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -1070,6 +1070,7 @@ d->focusProxy = new QWidget(this); d->focusProxy->setAttribute(Qt::WA_NativeWindow); d->focusProxy->setAttribute(Qt::WA_DontCreateNativeAncestors); + d->focusProxy->createWinId(); d->focusProxy->setGeometry(-1, -1, 1, 1); // We need events from the window (activation status) and