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