Update info items in object list after repair by netfabb,

painted data are removed and the info line stays hanging
This commit is contained in:
Lukas Matena 2021-08-10 11:20:04 +02:00
parent d88ef826cd
commit 1eebaa4576

View File

@ -3953,6 +3953,7 @@ void ObjectList::fix_through_netfabb()
wxGetApp().plater()->fix_through_netfabb(obj_idx, vol_idx);
update_item_error_icon(obj_idx, vol_idx);
update_info_items(obj_idx);
}
void ObjectList::simplify()