You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
[macOS] Process events before changing title style to update window frame.
This commit is contained in:
@@ -8091,6 +8091,7 @@ EditorNode::EditorNode() {
|
|||||||
|
|
||||||
// Extend menu bar to window title.
|
// Extend menu bar to window title.
|
||||||
if (can_expand) {
|
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);
|
DisplayServer::get_singleton()->window_set_flag(DisplayServer::WINDOW_FLAG_EXTEND_TO_TITLE, true, DisplayServer::MAIN_WINDOW_ID);
|
||||||
title_bar->set_can_move_window(true);
|
title_bar->set_can_move_window(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user