Merge pull request #84927 from bruvzg/macos_ext_frame_upd

[macOS] Process events before changing title style to update window frame.
This commit is contained in:
Rémi Verschelde 2023-11-16 14:52:28 +01:00
commit b049ac43ba
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -8097,6 +8097,7 @@ EditorNode::EditorNode() {
// Extend menu bar to window title.
if (can_expand) {
DisplayServer::get_singleton()->process_events();
DisplayServer::get_singleton()->window_set_flag(DisplayServer::WINDOW_FLAG_EXTEND_TO_TITLE, true, DisplayServer::MAIN_WINDOW_ID);
title_bar->set_can_move_window(true);
}