mirror of https://github.com/CGAL/cgal
Fix a bug when reloadking an item
the item was disappearing from the object list
This commit is contained in:
parent
d1e8741675
commit
ac862e37a9
|
|
@ -120,6 +120,7 @@ Scene::replaceItem(Scene::Item_id index, CGAL::Three::Scene_item* item, bool emi
|
|||
Q_EMIT updated();
|
||||
itemChanged(index);
|
||||
Q_EMIT restoreCollapsedState();
|
||||
group_added();
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue