Fixed images scaling.

preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent 04561f96f2
commit 95d5c724e3
  1. 3
      src/domain/UBGraphicsDelegateFrame.cpp

@ -563,8 +563,7 @@ void UBGraphicsDelegateFrame::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
mTranslateX += fixedPoint.x() - bottomRight.x(); mTranslateX += fixedPoint.x() - bottomRight.x();
mTranslateY += fixedPoint.y() - bottomRight.y(); mTranslateY += fixedPoint.y() - bottomRight.y();
} }
else if (moving() || rotating()) delegated()->setTransform(buildTransform());
delegated()->setTransform(tr);
} }
else // resizing/resizing horizontally else // resizing/resizing horizontally
{ {

Loading…
Cancel
Save