|
|
@ -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; |
|
|
|