Skip to content

Commit

Permalink
BackgroundManager: Update Wingpanel color after dimming wallpaper (#1652
Browse files Browse the repository at this point in the history
)

Co-authored-by: Danielle Foré <danielle@elementary.io>
  • Loading branch information
lenemter and danirabbit committed Apr 12, 2023
1 parent 92447e6 commit 66477d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Background/BackgroundManager.vala
Expand Up @@ -226,6 +226,8 @@ namespace Gala {

background_actor.remove_child (dim_actor);
dim_actor.destroy ();

changed ();
});

dim_actor.add_transition ("wallpaper-dim", transition);
Expand Down

0 comments on commit 66477d1

Please sign in to comment.