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
@ -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…
Reference in New Issue
Block a user