diff --git a/src/domain/UBGraphicsGroupContainerItem.cpp b/src/domain/UBGraphicsGroupContainerItem.cpp index 3e9e1012..78bd4431 100644 --- a/src/domain/UBGraphicsGroupContainerItem.cpp +++ b/src/domain/UBGraphicsGroupContainerItem.cpp @@ -393,4 +393,6 @@ void UBGraphicsGroupContainerItem::pRemoveFromGroup(QGraphicsItem *item) // ### Quite expensive. But removeFromGroup() isn't called very often. prepareGeometryChange(); itemsBoundingRect = childrenBoundingRect(); + + item->setFlag(ItemIsMovable, true); }