decorator: add missing initial call _handle_mode

This call is needed whenever the mode has settled before the decorator
has started up.
This commit is contained in:
Norman Feske 2023-11-23 17:05:04 +01:00 committed by Christian Helmuth
parent 5ae0dab6c5
commit cb10fe1d77

View File

@ -173,6 +173,7 @@ struct Decorator::Main : Window_factory_base
});
/* import initial state */
_handle_mode();
_handle_pointer_update();
_handle_window_layout_update();
}