update blobs

This commit is contained in:
2026-05-19 03:53:47 +02:00
parent 0a84c822d5
commit 5eb32fc30c
3 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void BlobShape::geometryChange(const QRectF& newGeometry, const QRectF& oldGeome
if (std::abs(m_pendingDx) > 0.5f || std::abs(m_pendingDy) > 0.5f || dw > 0.5 || dh > 0.5) {
m_pendingDx = 0;
m_pendingDy = 0;
m_group->markShapeDirty(this);
m_group->markShapeDirty(this, oldGeometry);
}
}
}