From 06d50e81abb37732599ca517e2e3fada5e0262ef Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 28 Aug 2019 19:14:28 -0400 Subject: [PATCH] Async redisplay on isolated workspace switch --- taskbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskbar.js b/taskbar.js index c0eb123..ced9d8c 100644 --- a/taskbar.js +++ b/taskbar.js @@ -487,7 +487,7 @@ var taskbar = Utils.defineClass({ handleIsolatedWorkspaceSwitch: function() { this._shownInitially = this.isGroupApps; - this._redisplay(); + this._queueRedisplay(); }, _connectWorkspaceSignals: function() {