mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue