diff --git a/panel/lxqtpanel.cpp b/panel/lxqtpanel.cpp index dfb91b3fa..a7a4508ab 100644 --- a/panel/lxqtpanel.cpp +++ b/panel/lxqtpanel.cpp @@ -251,7 +251,7 @@ LXQtPanel::LXQtPanel(const QString &configGroup, LXQt::Settings *settings, QWidg anchors.setFlag(LayerShellQt::Window::AnchorRight); mLayerWindow->setAnchors(anchors); - mLayerWindow->setKeyboardInteractivity(LayerShellQt::Window::KeyboardInteractivityNone); + mLayerWindow->setKeyboardInteractivity(LayerShellQt::Window::KeyboardInteractivityOnDemand); mLayerWindow->setCloseOnDismissed(false); mLayerWindow->setExclusiveEdge(LayerShellQt::Window::AnchorBottom);