mirror of
https://github.com/godotengine/godot.git
synced 2025-01-29 13:20:43 +00:00
Fix ItemList.clear() not removing separators
This commit is contained in:
parent
b1df9e016c
commit
1a1342670e
@ -336,6 +336,7 @@ void ItemList::clear(){
|
||||
current=-1;
|
||||
ensure_selected_visible=false;
|
||||
update();
|
||||
shape_changed=true;
|
||||
defer_select_single=-1;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user