From 160c721afcc62ec4a2483e53f54c0839c9fbc787 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sun, 17 Mar 2013 19:39:44 +0100 Subject: [PATCH] Revert "WorkspacesView: set the clip when setting the geometry" This reverts commit d3ab367fcd95917026b18b92730953a4623de2c8. Pushed by mistake. --- js/ui/workspacesView.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index a409223d5..abbe5664d 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -151,9 +151,6 @@ 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) {