2
0
Эх сурвалжийг харах

Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-manager

Fixed bug #17929. Inconsistent sort in file manager.
Rémi Verschelde 7 жил өмнө
parent
commit
9101a89510

+ 1 - 0
editor/filesystem_dock.cpp

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