Skip to content

Commit

Permalink
docking: Always affect the input region when adding the dock
Browse files Browse the repository at this point in the history
We need to ensure that input region is affected by the dock even when
it's not in auto-hide mode. In fact before we were not applying this to
the dock actor, but still to the scroll one.

Now we're doing it for the whole group.

Closes: #2032, closes: #2024

LP: #2022885
  • Loading branch information
3v1n0 committed Jun 15, 2023
1 parent 827391a commit 09c9d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docking.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ const DockedDash = GObject.registerClass({
_trackDock() {
if (DockManager.settings.dockFixed) {
Main.layoutManager.addChrome(this, {
affectsInputRegion: false,
trackFullscreen: true,
affectsStruts: true,
});
Expand Down

0 comments on commit 09c9d92

Please sign in to comment.