mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #38994 from nikibobi/fix-file-dialog-favorite
Fix file dialog filename cleared when selecting favorites
This commit is contained in:
commit
aeea4280a0
@ -1150,7 +1150,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…
x
Reference in New Issue
Block a user