ensure the panel doesn't get focus

will still have to get it when an applet status marks itself as accepting input
wilder-5.14
Marco Martin 13 years ago
parent 23f785a367
commit 27f4f567b7
  1. 2
      panelview.cpp

@ -45,7 +45,7 @@ PanelView::PanelView(DesktopCorona *corona, QWindow *parent)
setFormat(format);
setClearBeforeRendering(true);
setColor(QColor(Qt::transparent));
setFlags(Qt::FramelessWindowHint);
setFlags(Qt::FramelessWindowHint|Qt::WindowDoesNotAcceptFocus);
KWindowSystem::setType(winId(), NET::Dock);
setVisible(false);

Loading…
Cancel
Save