diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 2a473c92e..ffabaf476 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -151,6 +151,9 @@ const WorkspacesView = new Lang.Class({ for (let i = 0; i < this._workspaces.length; i++) this._workspaces[i].setGeometry(x, y, width, height); + + if (Main.overview.visible && !Main.overview.animationInProgress) + this.actor.set_clip(this._x, this._y, this._width, this._height); }, _lookupWorkspaceForMetaWindow: function (metaWindow) {