revert blobs

This commit is contained in:
2026-05-19 04:06:36 +02:00
parent 8fba953f52
commit 015ee61885
3 changed files with 11 additions and 30 deletions
-2
View File
@@ -85,8 +85,6 @@ 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();
}