BackgroundManager: Update Wingpanel color after dimming wallpaper (#1652)

Co-authored-by: Danielle Foré <danielle@elementary.io>
This commit is contained in:
Leo 2023-04-13 00:34:38 +09:00 committed by GitHub
parent 92447e6382
commit 66477d16af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,8 @@ namespace Gala {
background_actor.remove_child (dim_actor);
dim_actor.destroy ();
changed ();
});
dim_actor.add_transition ("wallpaper-dim", transition);