1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #11840 from djrm/pr_fix_drive_selection

Match file dialog drive with the current folder.
This commit is contained in:
Gilles Roudiere
2017-10-05 12:09:35 +02:00
committed by GitHub

View File

@@ -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) {