[gnome-shell] Revert "WorkspacesView: set the clip when setting the geometry"



commit 160c721afcc62ec4a2483e53f54c0839c9fbc787
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Mar 17 19:39:44 2013 +0100

    Revert "WorkspacesView: set the clip when setting the geometry"
    
    This reverts commit d3ab367fcd95917026b18b92730953a4623de2c8.
    Pushed by mistake.

 js/ui/workspacesView.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index a409223..abbe566 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) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]