Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/95d5c724e3ef43c0c31aceabac915f0584829c30?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed images scaling.

preferencesAboutTextFull
Aleksei Kanash 13 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();
mTranslateY += fixedPoint.y() - bottomRight.y();
}
else if (moving() || rotating())
delegated()->setTransform(tr);
delegated()->setTransform(buildTransform());
}
else // resizing/resizing horizontally
{

Loading…
Cancel
Save