1
0
Fork 0

Fix ItemList.clear() not removing separators

This commit is contained in:
Johan Manuel 2016-07-22 16:38:16 +02:00
parent b1df9e016c
commit 1a1342670e
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ void ItemList::clear(){
current=-1;
ensure_selected_visible=false;
update();
shape_changed=true;
defer_select_single=-1;
}