revert backport
svn path=/branches/KDE/4.2/kdelibs/; revision=951367
This commit is contained in:
parent
676ae0970b
commit
f523814bfc
@ -275,8 +275,7 @@ void PopupAppletPrivate::popupConstraintsEvent(Plasma::Constraints constraints)
|
|||||||
//stuff out of your Dialog (extenders). Monitor WindowDeactivate events so we can
|
//stuff out of your Dialog (extenders). Monitor WindowDeactivate events so we can
|
||||||
//emulate the same kind of behavior as Qt::Popup (close when you click somewhere
|
//emulate the same kind of behavior as Qt::Popup (close when you click somewhere
|
||||||
//else.
|
//else.
|
||||||
//Use Qt::Tool otherwise dialogs get shown over screensaver (bug #179924).
|
Qt::WindowFlags wflags = Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint;
|
||||||
Qt::WindowFlags wflags = Qt::Tool | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint;
|
|
||||||
|
|
||||||
if (passive) {
|
if (passive) {
|
||||||
wflags |= Qt::X11BypassWindowManagerHint;
|
wflags |= Qt::X11BypassWindowManagerHint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user