mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
nitpicker: update focus report after reconfig
A new configuration may implicitly change the domain color of the currently focused session. We need to refresh the report to trigger an update of the status bar.
This commit is contained in:
parent
27c9e5c6e8
commit
7b4ef66d91
@ -1404,6 +1404,9 @@ void Nitpicker::Main::handle_config()
|
||||
|
||||
/* redraw */
|
||||
user_state.update_all_views();
|
||||
|
||||
/* update focus report since the domain colors might have changed */
|
||||
report_session(focus_reporter, user_state.Mode::focused_session(), user_active);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user