Revert "WorkspacesView: set the clip when setting the geometry"
This reverts commit d3ab367fcd95917026b18b92730953a4623de2c8. 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++)
|
for (let i = 0; i < this._workspaces.length; i++)
|
||||||
this._workspaces[i].setGeometry(x, y, width, height);
|
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) {
|
_lookupWorkspaceForMetaWindow: function (metaWindow) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user