You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user