Skip to content

Commit

Permalink
fix file dialog filename cleared when selecting favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
nikibobi committed May 23, 2020
1 parent 57d21eb commit 318d544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/editor_file_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 318d544

Please sign in to comment.