mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-16 22:20:28 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user