mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix export path "leaking" between presets
This commit is contained in:
@@ -280,6 +280,7 @@ void ProjectExportDialog::_edit_preset(int p_index) {
|
||||
extension_vector.push_back("*." + extension);
|
||||
}
|
||||
|
||||
export_path->get_path_edit()->clear();
|
||||
export_path->setup(extension_vector, false, true, false);
|
||||
export_path->update_property();
|
||||
advanced_options->set_disabled(false);
|
||||
|
||||
Reference in New Issue
Block a user