Text item selection work around

preferencesAboutTextFull
Ilia Ryabokon 11 years ago
parent 92167aab77
commit 035685d406
  1. 4
      src/domain/UBGraphicsTextItem.cpp

@ -201,10 +201,10 @@ void UBGraphicsTextItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
if (mMultiClickState == 1) if (mMultiClickState == 1)
{ {
QGraphicsTextItem::mouseReleaseEvent(event);
if (Delegate()) if (Delegate())
Delegate()->mouseReleaseEvent(event); Delegate()->mouseReleaseEvent(event);
QGraphicsTextItem::mouseReleaseEvent(event);
} }
else else
{ {

Loading…
Cancel
Save