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

removed inserted tab

preferencesAboutTextFull
Antoine Girard-Vallee 9 years ago
parent 7f662cfd18
commit 021849d981
  1. 2
      src/desktop/UBDesktopAnnotationController.cpp

@ -945,7 +945,7 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent)
} }
else else
{ {
mMask = QPixmap(mTransparentDrawingView->width(), mTransparentDrawingView->height()); mMask = QPixmap(mTransparentDrawingView->width(), mTransparentDrawingView->height());
mMask.fill(Qt::transparent); mMask.fill(Qt::transparent);
QPainter p; QPainter p;

Loading…
Cancel
Save