fix: node edge bounding box (causing bug

This commit is contained in:
parker
2025-06-23 14:49:46 +01:00
parent 278a3c552f
commit 882dde0ea3
2 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ private:
QPointF pos2_;
QPainterPath path_;
QRectF boundRect_;
qreal padding_=40;
void updatePath();
};