Skip to content

Commit d1e4b9d

Browse files
pgilfernandezrodlie
authored andcommitted
pivot right on "top left" node and not depending on old fixed stroke width = 10
1 parent bdb6444 commit d1e4b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Boxes/rectangle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RectangleBox::RectangleBox() : PathBox("RectangleBox", eBoxType::rectangle) {
4545
mBottomRightAnimator.get(), mTransformAnimator.data(),
4646
TYPE_PATH_POINT);
4747
getPointsHandler()->appendPt(mBottomRightPoint);
48-
mBottomRightPoint->setRelativePos(QPointF(10, 10));
48+
mBottomRightPoint->setRelativePos(QPointF(0, 0));
4949

5050
//mTopLeftPoint->setBottomRightPoint(mBottomRightPoint);
5151
//mBottomRightPoint->setRadiusPoint(mRadiusPoint);

0 commit comments

Comments
 (0)