You've already forked godot
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user