Commit ec2ae561 authored by Craig Watson's avatar Craig Watson

Fix items not being movable after being ungrouped

parent 5231e426
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment