mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Fix sorting issue in Project Manager.
This commit is contained in:
parent
9afc8337bd
commit
41f9bf946b
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue