diff --git a/src/domain/UBGraphicsTextItem.cpp b/src/domain/UBGraphicsTextItem.cpp index 783640a8..3a4fc0d2 100644 --- a/src/domain/UBGraphicsTextItem.cpp +++ b/src/domain/UBGraphicsTextItem.cpp @@ -201,10 +201,10 @@ void UBGraphicsTextItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) if (mMultiClickState == 1) { + QGraphicsTextItem::mouseReleaseEvent(event); + if (Delegate()) Delegate()->mouseReleaseEvent(event); - - QGraphicsTextItem::mouseReleaseEvent(event); } else {