Commit 6b1df01c authored by Aleksei Kanash's avatar Aleksei Kanash

Last changes from aleksei_kanash_dev

parents a17f31f3 95d5c724
......@@ -563,8 +563,7 @@ void UBGraphicsDelegateFrame::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
mTranslateX += fixedPoint.x() - bottomRight.x();
mTranslateY += fixedPoint.y() - bottomRight.y();
}
else if (moving() || rotating())
delegated()->setTransform(tr);
delegated()->setTransform(buildTransform());
}
else // resizing/resizing horizontally
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment