window_layouter: handle decorator margins at start

This patch adds a missing call of '_handle_decorator_margins' at
construction time. Up to commit "report_rom: versioning and explicit
notification" this problem was masked by an unconditional signal, which
implicitely triggered the call.

Issue #4274
Fixes #4306
This commit is contained in:
Norman Feske 2021-10-26 13:59:21 +02:00 committed by Christian Helmuth
parent 4f1e9fd256
commit 275479867d

View File

@ -386,6 +386,7 @@ struct Window_layouter::Main : Operations,
_focus_request.sigh(_focus_request_handler);
_window_list.initial_import();
_handle_decorator_margins();
_handle_focus_request();
/* attach update handler for config */