Overview: don't use the overlay_group
It's a deprecated concept, and we want to have our own actor that we can add to the chrome to handle the input region. https://bugzilla.gnome.org/show_bug.cgi?id=700735
This commit is contained in:
@ -190,7 +190,9 @@ const LayoutManager = new Lang.Class({
|
||||
this.uiGroup.add_actor(global.window_group);
|
||||
|
||||
global.stage.remove_actor(global.overlay_group);
|
||||
this.uiGroup.add_actor(global.overlay_group);
|
||||
this.overviewGroup = new St.Widget({ name: 'overviewGroup' });
|
||||
this.uiGroup.add_actor(this.overviewGroup);
|
||||
|
||||
global.stage.add_child(this.uiGroup);
|
||||
|
||||
this.screenShieldGroup = new St.Widget({ name: 'screenShieldGroup',
|
||||
|
Reference in New Issue
Block a user