Revision 9e32090...
Go back to digest for 10th November 2013Bug Fixes in KDE Base
Martin Gräßlin committed changes in [plasma-framework] src/declarativeimports/core/dialog.cpp:
Do not add dialog to DialogShadows before it became visible at least once
Calling DialogShadows::self()->addWindow(...) will create the low level window.
If this is called before the property windowFlags is evaluated the window flag
X11BypassWindowManagerHint has no effect as that one must be present when the
window is created through the low level xcb call.
This was breaking declarative KWin scripts as KWin's windows need to have the
X11BypassWindowManagerHint.
REVIEW: 113700
File Changes
Modified 1 files
- src/declarativeimports/core/dialog.cpp
1 files changed in total