mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 23:02:14 +03:00
BackgroundManager: Update Wingpanel color after dimming wallpaper (#1652)
Co-authored-by: Danielle Foré <danielle@elementary.io>
This commit is contained in:
parent
92447e6382
commit
66477d16af
@ -226,6 +226,8 @@ namespace Gala {
|
|||||||
|
|
||||||
background_actor.remove_child (dim_actor);
|
background_actor.remove_child (dim_actor);
|
||||||
dim_actor.destroy ();
|
dim_actor.destroy ();
|
||||||
|
|
||||||
|
changed ();
|
||||||
});
|
});
|
||||||
|
|
||||||
dim_actor.add_transition ("wallpaper-dim", transition);
|
dim_actor.add_transition ("wallpaper-dim", transition);
|
||||||
|
Loading…
Reference in New Issue
Block a user