You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix crash when select target path on import 3d scene window
This commit is contained in:
@@ -894,9 +894,9 @@ void EditorSceneImportDialog::_browse() {
|
||||
|
||||
void EditorSceneImportDialog::_browse_target() {
|
||||
|
||||
save_select->popup_centered_ratio();
|
||||
if (save_path->get_text()!="")
|
||||
save_select->set_current_path(save_path->get_text());
|
||||
save_select->popup_centered_ratio();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user