Automatically reparent editor message dialogs to avoid error spam.

(cherry picked from commit 921f3b7589)
This commit is contained in:
bruvzg 2023-02-15 16:35:16 +02:00 committed by Yuri Sizov
parent d929784491
commit 764fe8ac51
6 changed files with 113 additions and 44 deletions

View file

@ -943,8 +943,8 @@ void ProjectExportDialog::_export_pck_zip_selected(const String &p_path) {
}
void ProjectExportDialog::_open_export_template_manager() {
EditorNode::get_singleton()->open_export_template_manager();
hide();
EditorNode::get_singleton()->open_export_template_manager();
}
void ProjectExportDialog::_validate_export_path(const String &p_path) {