mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fixed bug #17929. Inconsistent sort in file manager.
This commit fix a bug #17929 (https://github.com/godotengine/godot/issues/17929) in file manager. I'm just added sorting of files list in method FileSystemDock::_update_files.
This commit is contained in:
parent
9e7cee2ceb
commit
41a3929d25
@ -533,6 +533,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) {
|
||||
|
||||
filelist.push_back(fi);
|
||||
}
|
||||
filelist.sort();
|
||||
}
|
||||
|
||||
String oi = "Object";
|
||||
|
Loading…
Reference in New Issue
Block a user