You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix sorting issue in Project Manager.
This commit is contained in:
@@ -1306,6 +1306,8 @@ void ProjectList::load_projects() {
|
|||||||
create_project_item_control(i);
|
create_project_item_control(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort_projects();
|
||||||
|
|
||||||
set_v_scroll(0);
|
set_v_scroll(0);
|
||||||
|
|
||||||
update_icons_async();
|
update_icons_async();
|
||||||
|
|||||||
Reference in New Issue
Block a user