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

fixed issue 183

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 104ce334d5
commit fa3d55d721
  1. 4
      src/board/UBBoardView.cpp

@ -283,9 +283,7 @@ void UBBoardView::tabletEvent (QTabletEvent * event)
UBDrawingController *dc = UBDrawingController::drawingController ();
QPointF tabletPos = UBGeometryUtils::pointConstrainedInRect (event->hiResGlobalPos () - mapToGlobal (QPoint (0, 0)), rect ());
// QPointF tabletPos = event->pos();
QPointF tabletPos = event->pos();
qDebug() << "tabletPos " << tabletPos;

Loading…
Cancel
Save