From 09c9d92b33c101a4ebbe72fe07365069c7eb8025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 13 Jun 2023 13:23:08 +0200 Subject: [PATCH] docking: Always affect the input region when adding the dock 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 --- docking.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docking.js b/docking.js index bf22cda3d..09ea626d4 100644 --- a/docking.js +++ b/docking.js @@ -445,7 +445,6 @@ const DockedDash = GObject.registerClass({ _trackDock() { if (DockManager.settings.dockFixed) { Main.layoutManager.addChrome(this, { - affectsInputRegion: false, trackFullscreen: true, affectsStruts: true, });