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

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

preferencesAboutTextFull
Claudio Valerio 13 years ago
commit a1a4052294
  1. 3
      src/board/UBBoardView.cpp

@ -732,7 +732,8 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
}
else
{
mUBRubberBand->hide();
if(mUBRubberBand)
mUBRubberBand->hide();
}
handleItemMousePress(event);

Loading…
Cancel
Save