mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
WorkspaceThumbnail: fix typo in stacking code
Was causing thumbnails to be below the background. https://bugzilla.gnome.org/show_bug.cgi?id=694227
This commit is contained in:
parent
4b3c9e826d
commit
f3df62f27e
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ const WorkspaceThumbnail = new Lang.Class({
|
|||
this._contents.add_actor(clone.actor);
|
||||
|
||||
if (this._windows.length == 0)
|
||||
clone.setStackAbove(this._bgManager.actor);
|
||||
clone.setStackAbove(this._bgManager.background.actor);
|
||||
else
|
||||
clone.setStackAbove(this._windows[this._windows.length - 1].actor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue