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

Display screen is centered now - fixed Sankore-811.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent ced305eccc
commit 252dc9c42b
  1. 3
      src/board/UBBoardController.cpp

@ -1484,6 +1484,9 @@ void UBBoardController::boardViewResized(QResizeEvent* event)
mControlView->centerOn(0,0); mControlView->centerOn(0,0);
if (mDisplayView)
mDisplayView->centerOn(0,0);
mPaletteManager->containerResized(); mPaletteManager->containerResized();
UBApplication::boardController->controlView()->scene()->moveMagnifier(); UBApplication::boardController->controlView()->scene()->moveMagnifier();

Loading…
Cancel
Save