Revert "WorkspacesView: set the clip when setting the geometry"

This reverts commit d3ab367fcd.
Pushed by mistake.
This commit is contained in:
Giovanni Campagna 2013-03-17 19:39:44 +01:00
parent ee0040ef1c
commit 160c721afc

View File

@ -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) {