Commit 646684e5 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue with magic finger

parent 0bae231b
...@@ -93,6 +93,7 @@ void UBGraphicsTextItem::mousePressEvent(QGraphicsSceneMouseEvent *event) ...@@ -93,6 +93,7 @@ void UBGraphicsTextItem::mousePressEvent(QGraphicsSceneMouseEvent *event)
// It is a cludge... // It is a cludge...
if (UBStylusTool::Play == UBDrawingController::drawingController()->stylusTool()) if (UBStylusTool::Play == UBDrawingController::drawingController()->stylusTool())
{ {
QGraphicsTextItem::mousePressEvent(event);
event->accept(); event->accept();
clearFocus(); clearFocus();
return; return;
......
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