From 1676292fa173bea1a4fb45940b4087105c74b6ef Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Sun, 21 Oct 2018 20:57:33 -0400 Subject: [PATCH] Force indicators animation when dragging window to another workspace --- appIcons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appIcons.js b/appIcons.js index 8aa9f9f..f77bf5c 100644 --- a/appIcons.js +++ b/appIcons.js @@ -574,7 +574,7 @@ var taskbarAppIcon = new Lang.Class({ }, _onFocusAppChanged: function(windowTracker) { - this._displayProperIndicator(); + this._displayProperIndicator(true); }, _onOverviewWindowDragEnd: function(windowTracker) {