From c59231d6ec89ca70840e317f465287bcdffecad5 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 7 Apr 2025 16:29:54 -0400 Subject: [PATCH] Fix X11 input regions --- src/intellihide.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/intellihide.js b/src/intellihide.js index 33085d8..a7fae80 100644 --- a/src/intellihide.js +++ b/src/intellihide.js @@ -479,7 +479,10 @@ export const Intellihide = class { this._timeoutsHandler.add([ T3, POST_ANIMATE_MS, - () => this._queueUpdatePanelPosition(), + () => { + Main.layoutManager._queueUpdateRegions() + this._queueUpdatePanelPosition() + }, ]) if (immediate) {