mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 02:00:57 +00:00
fix file dialog filename cleared when selecting favorites
This commit is contained in:
parent
57d21ebeda
commit
318d5442ec
@ -1122,7 +1122,6 @@ void EditorFileDialog::_update_drives() {
|
||||
|
||||
void EditorFileDialog::_favorite_selected(int p_idx) {
|
||||
dir_access->change_dir(favorites->get_item_metadata(p_idx));
|
||||
file->set_text("");
|
||||
update_dir();
|
||||
invalidate();
|
||||
_push_history();
|
||||
|
Loading…
Reference in New Issue
Block a user