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

added statement suggested in #259 issue as I didn't found any regression and it seems to solve a systematic crash on Windows according @torinfo

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 7998ab58d2
commit 21f59f11cb
  1. 1
      src/board/UBBoardView.cpp

@ -777,6 +777,7 @@ void UBBoardView::handleItemMousePress(QMouseEvent *event)
if ((*it)->pos().x() < 0 || (*it)->pos().y() < 0)
(*it)->setPos(0,item->boundingRect().size().height());
}
movingItem = item;
}
else
{

Loading…
Cancel
Save