Commit fa3d55d7 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue 183

parent 104ce334
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment