update blobs

This commit is contained in:
2026-05-19 04:02:46 +02:00
parent c060be79e8
commit 3d2fc0a3b1
3 changed files with 35 additions and 36 deletions
+2
View File
@@ -85,6 +85,8 @@ void BlobGroup::markShapeDirty(BlobShape* source) {
const QRectF otherRect(static_cast<double>(shape->m_cachedPaddedX), static_cast<double>(shape->m_cachedPaddedY),
static_cast<double>(shape->m_cachedPaddedW), static_cast<double>(shape->m_cachedPaddedH));
if (srcRect.intersects(otherRect)) {
shape->setExpandedRect(srcRect);
shape->m_hasExpandedRect = true;
shape->polish();
shape->update();
}