mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Automatically reparent editor message dialogs to avoid error spam.
(cherry picked from commit 921f3b7589)
This commit is contained in:
parent
d929784491
commit
764fe8ac51
6 changed files with 113 additions and 44 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue