edge overlays: Add overlays to the uiGroup

There's no reason to deal with stacking problems of the window_group
This commit is contained in:
Tor Hedin Brønner
2018-06-29 13:56:06 +02:00
parent 2ec4a7afe2
commit 3f381b0c5f
+1 -1
View File
@@ -181,7 +181,7 @@ var StackOverlay = new Lang.Class({
this.clone.destroy();
});
global.window_group.add_child(overlay);
Main.uiGroup.add_child(overlay);
Main.layoutManager.trackChrome(overlay);
this.overlay = overlay;