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)
{
QGraphicsTextItem::mouseReleaseEvent(event);
if (Delegate())
Delegate()->mouseReleaseEvent(event);
QGraphicsTextItem::mouseReleaseEvent(event);
}
else
{

Loading…
Cancel
Save