1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Make save confirmation a child of last exclusive window of EditorNode before popup

This commit is contained in:
Robert Yevdokimov
2025-01-27 05:50:27 +04:00
parent e5498020b6
commit c7fd0bb740
2 changed files with 7 additions and 0 deletions

View File

@@ -566,6 +566,8 @@ private:
void _scene_tab_closed(int p_tab);
void _cancel_close_scene_tab();
void _prepare_save_confirmation_popup();
void _inherit_request(String p_file);
void _instantiate_request(const Vector<String> &p_files);