mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Merge pull request #5860 from 29jm/fix-itemlist-separators
Fix ItemList.clear() not removing separators
This commit is contained in:
commit
5182fe2ef9
@ -336,6 +336,7 @@ void ItemList::clear(){
|
||||
current=-1;
|
||||
ensure_selected_visible=false;
|
||||
update();
|
||||
shape_changed=true;
|
||||
defer_select_single=-1;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user