Match file dialog drive with the current folder.
This commit is contained in:
parent
a848fa6cde
commit
670564f98e
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ Vector<String> FileDialog::get_selected_files() const {
|
|||
void FileDialog::update_dir() {
|
||||
|
||||
dir->set_text(dir_access->get_current_dir());
|
||||
drives->select(dir_access->get_current_drive());
|
||||
}
|
||||
|
||||
void FileDialog::_dir_entered(String p_dir) {
|
||||
|
|
Loading…
Reference in a new issue