Fix go to parent folder in EditorFileDialog
This commit is contained in:
parent
5444afae63
commit
40046bcf60
1 changed files with 1 additions and 1 deletions
|
@ -1528,7 +1528,7 @@ void EditorFileDialog::_recent_selected(int p_idx) {
|
|||
}
|
||||
|
||||
void EditorFileDialog::_go_up() {
|
||||
dir_access->change_dir(get_current_dir().get_base_dir());
|
||||
dir_access->change_dir(get_current_dir().trim_suffix("/").get_base_dir());
|
||||
update_file_list();
|
||||
update_dir();
|
||||
_push_history();
|
||||
|
|
Loading…
Reference in a new issue