Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-manager
Fixed bug #17929. Inconsistent sort in file manager.
This commit is contained in:
commit
9101a89510
|
@ -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