ensure popups are on all desktops
svn path=/trunk/KDE/kdelibs/; revision=1016274
This commit is contained in:
parent
f21674ae8b
commit
cbf532055d
@ -553,6 +553,7 @@ void PopupAppletPrivate::internalTogglePopup()
|
||||
ToolTipManager::self()->hide(q);
|
||||
updateDialogPosition();
|
||||
|
||||
KWindowSystem::setOnAllDesktops(dialog->winId(), true);
|
||||
KWindowSystem::setState(dialog->winId(), NET::SkipTaskbar | NET::SkipPager);
|
||||
|
||||
if (q->location() != Floating) {
|
||||
|
Loading…
Reference in New Issue
Block a user