revert blobs

This commit is contained in:
2026-05-19 03:55:48 +02:00
parent 5eb32fc30c
commit cb1df5078b
3 changed files with 10 additions and 34 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, oldGeometry);
m_group->markShapeDirty(this);
}
}
}