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

fixed issue 1230 and 1344

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent cfebede1ff
commit f86d5c458b
  1. 6
      src/desktop/UBDesktopAnnotationController.cpp

@ -300,8 +300,12 @@ void UBDesktopAnnotationController::showWindow()
UBDrawingController::drawingController()->setStylusTool(mDesktopStylusTool);
#ifndef Q_WS_X11
mTransparentDrawingView->showFullScreen();
#else
// this is necessary to avoid unity to hide the panels
mTransparentDrawingView->show();
#endif
UBPlatformUtils::setDesktopMode(true);
mDesktopPalette->appear();

Loading…
Cancel
Save