mirror of
https://github.com/elementary/gala.git
synced 2024-12-27 03:04:08 +03:00
BackgroundManager: Don't set visible (#1910)
This commit is contained in:
parent
74fcd4a891
commit
e0e8bb7a70
@ -20,7 +20,7 @@ public class Gala.BackgroundManager : Meta.BackgroundGroup, Gala.BackgroundManag
|
|||||||
}
|
}
|
||||||
|
|
||||||
private BackgroundSource background_source;
|
private BackgroundSource background_source;
|
||||||
private Meta.BackgroundActor background_actor;
|
private Meta.BackgroundActor? background_actor;
|
||||||
private Meta.BackgroundActor? new_background_actor = null;
|
private Meta.BackgroundActor? new_background_actor = null;
|
||||||
|
|
||||||
public BackgroundManager (WindowManager wm, int monitor_index, bool control_position = true) {
|
public BackgroundManager (WindowManager wm, int monitor_index, bool control_position = true) {
|
||||||
@ -88,7 +88,6 @@ public class Gala.BackgroundManager : Meta.BackgroundGroup, Gala.BackgroundManag
|
|||||||
|
|
||||||
new_background_actor = create_background_actor ();
|
new_background_actor = create_background_actor ();
|
||||||
var new_content = (Meta.BackgroundContent)new_background_actor.content;
|
var new_content = (Meta.BackgroundContent)new_background_actor.content;
|
||||||
new_background_actor.visible = background_actor.visible;
|
|
||||||
|
|
||||||
var background = new_content.background.get_data<unowned Background> ("delegate");
|
var background = new_content.background.get_data<unowned Background> ("delegate");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user