mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
js: Spurious fixes for cases where we pass extra arguments
https://bugzilla.gnome.org/show_bug.cgi?id=680216
This commit is contained in:
parent
19e4c953ef
commit
dd80f39049
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ const WorkspacesView = new Lang.Class({
|
|||
|
||||
activeWorkspace.actor.raise_top();
|
||||
|
||||
this.actor.remove_clip(this._x, this._y, this._width, this._height);
|
||||
this.actor.remove_clip();
|
||||
|
||||
for (let w = 0; w < this._workspaces.length; w++)
|
||||
this._workspaces[w].zoomFromOverview();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue