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
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) {
|
||||||
|
|
||||||
filelist.push_back(fi);
|
filelist.push_back(fi);
|
||||||
}
|
}
|
||||||
|
filelist.sort();
|
||||||
}
|
}
|
||||||
|
|
||||||
String oi = "Object";
|
String oi = "Object";
|
||||||
|
|
Loading…
Reference in a new issue