Automatically reparent editor message dialogs to avoid error spam.

This commit is contained in:
bruvzg
2023-02-15 16:35:16 +02:00
parent 6cde3fac32
commit 921f3b7589
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) {