Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/1c251fae8be973cac1fab8bd30034e3bff6811a1?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 2bc3ecd428
commit 1c251fae8b
  1. 4
      src/board/UBBoardView.cpp

@ -1067,7 +1067,7 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
default:
if(UBDrawingController::drawingController()->mActiveRuler==NULL) {
viewport()->setCursor (QCursor (Qt::BlankCursor));
}
if (scene () && !mTabletStylusIsPressed) {
if (currentTool == UBStylusTool::Eraser) {
connect(&mLongPressTimer, SIGNAL(timeout()), this, SLOT(longPressEvent()));
@ -1079,7 +1079,7 @@ void UBBoardView::mousePressEvent (QMouseEvent *event)
}
}
}
}
void UBBoardView::mouseMoveEvent (QMouseEvent *event)
{

Loading…
Cancel
Save