mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
layout: Drop no-clear-hint code
Mutter is doing the right thing by default, we no longer need this. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/798
This commit is contained in:
parent
5687035c9b
commit
e06421b04b
1 changed files with 0 additions and 5 deletions
|
|
@ -212,11 +212,6 @@ var LayoutManager = GObject.registerClass({
|
||||||
this._startingUp = true;
|
this._startingUp = true;
|
||||||
this._pendingLoadBackground = false;
|
this._pendingLoadBackground = false;
|
||||||
|
|
||||||
// We don't want to paint the stage background color because either
|
|
||||||
// the SystemBackground we create or the MetaBackgroundActor inside
|
|
||||||
// global.window_group covers the entirety of the screen.
|
|
||||||
global.stage.no_clear_hint = true;
|
|
||||||
|
|
||||||
// Set up stage hierarchy to group all UI actors under one container.
|
// Set up stage hierarchy to group all UI actors under one container.
|
||||||
this.uiGroup = new UiActor({ name: 'uiGroup' });
|
this.uiGroup = new UiActor({ name: 'uiGroup' });
|
||||||
this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT);
|
this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue