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

Hot fix for resizing items.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent e554216a22
commit ccabe5adc7
  1. 2
      src/domain/UBGraphicsDelegateFrame.cpp

@ -579,8 +579,6 @@ void UBGraphicsDelegateFrame::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
else
mCurrentTool = ResizeBottom;
mOriginalSize -= incH;
incV = resizeDelegate(moveX, moveY);
mOriginalSize += incV;

Loading…
Cancel
Save