You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #28970 from KoBeWi/a_wild_bug_appeared
Fix saving scenes when multi-closing scene tabs
This commit is contained in:
@@ -1955,6 +1955,9 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||||||
_scene_tab_closed(editor_data.get_edited_scene());
|
_scene_tab_closed(editor_data.get_edited_scene());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (p_confirmed)
|
||||||
|
_menu_option_confirm(SCENE_TAB_CLOSE, true);
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
case FILE_CLOSE_ALL_AND_QUIT:
|
case FILE_CLOSE_ALL_AND_QUIT:
|
||||||
case FILE_CLOSE_ALL_AND_RUN_PROJECT_MANAGER:
|
case FILE_CLOSE_ALL_AND_RUN_PROJECT_MANAGER:
|
||||||
|
|||||||
Reference in New Issue
Block a user