Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/29a36c46ab6c63b5957beeb07ea27d84fadc28a8 You should set ROOT_URL correctly, otherwise the web may not work correctly.

hand tool behavior is correct. Fixed issue: 67

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent f9fc27683e
commit 29a36c46ab
  1. 2
      src/board/UBBoardView.cpp

@ -1084,7 +1084,7 @@ void UBBoardView::mouseMoveEvent (QMouseEvent *event)
switch (currentTool) {
case UBStylusTool::Hand : {
if (!mMouseButtonIsPressed && mTabletStylusIsPressed) {
if (!mMouseButtonIsPressed && !mTabletStylusIsPressed) {
break;
}
QPointF eventPosition = event->posF ();

Loading…
Cancel
Save