fix(ui): send multigrid message position and size when the UI is refreshed

This commit is contained in:
Fred Sundvik
2025-02-14 17:26:57 +07:00
parent c5044bd021
commit 424d30fe97
4 changed files with 80 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ void ui_refresh(void)
}
msg_scroll_flush();
}
msg_ui_refresh();
if (!ui_active()) {
return;