controller bypasses windowmanager

the controller must be over the other panels and ignore the struts
BUG:336850
wilder-5.14
Marco Martin 12 years ago
parent 4a190ad74a
commit 79d629949a
  1. 2
      shell/panelconfigview.cpp

@ -64,7 +64,7 @@ PanelConfigView::PanelConfigView(Plasma::Containment *containment, PanelView *pa
});
KWindowSystem::setType(winId(), NET::Dock);
setFlags(Qt::WindowFlags((flags() | Qt::FramelessWindowHint) & (~Qt::WindowDoesNotAcceptFocus)));
setFlags(Qt::WindowFlags((flags() | Qt::FramelessWindowHint | Qt::BypassWindowManagerHint) & (~Qt::WindowDoesNotAcceptFocus)));
KWindowSystem::forceActiveWindow(winId());
KWindowEffects::enableBlurBehind(winId(), true);

Loading…
Cancel
Save