TechDraw: Fix frames resizing on select/hover

This commit is contained in:
Ryan Kembrey
2025-08-22 23:28:32 +10:00
committed by Benjamin Nauck
parent a2250dd85d
commit e0fed351b3

View File

@@ -759,6 +759,7 @@ QRectF QGIView::customChildrenBoundingRect() const
child->type() != UserType::QGCustomBorder &&
child->type() != UserType::QGCustomLabel &&
child->type() != UserType::QGICaption &&
child->type() != UserType::QGIVertex &&
child->type() != UserType::QGICMark) {
QRectF childRect = mapFromItem(child, child->boundingRect()).boundingRect();
result = result.united(childRect);