From 3f381b0c5f45c1a314251cd8a5dcbe51b1ef88d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Fri, 29 Jun 2018 11:41:21 +0200 Subject: [PATCH] edge overlays: Add overlays to the uiGroup There's no reason to deal with stacking problems of the window_group --- stackoverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackoverlay.js b/stackoverlay.js index fcc5951..0dcbc76 100644 --- a/stackoverlay.js +++ b/stackoverlay.js @@ -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;