Revert "WorkspacesView: set the clip when setting the geometry"
This reverts commit d3ab367fcd
.
Pushed by mistake.
This commit is contained in:
parent
ee0040ef1c
commit
160c721afc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user