Skip to content

Commit

Permalink
LXQtPanel: set LayerShellQt KeyboardInteractivityOnDemand
Browse files Browse the repository at this point in the history
Set layer shell keyboard interactivity on-demand
  • Loading branch information
gfgit committed Apr 8, 2024
1 parent 57133d7 commit 3dc475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/lxqtpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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);
Expand Down

0 comments on commit 3dc475b

Please sign in to comment.