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:
Rémi Verschelde 2018-04-09 17:56:43 +02:00 committed by GitHub
commit 9101a89510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) {
filelist.push_back(fi);
}
filelist.sort();
}
String oi = "Object";