Commit 36119103 authored by Claudio Valerio's avatar Claudio Valerio

Merge branch 'develop' of github.com:Sankore/Sankore-3.1 into develop

parents 96cd037b 6b1df01c
......@@ -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