Fix to SANKORE-629.

D'n'D in widgets works fine now.
preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent bc941dd41a
commit 2a1ff6ad51
  1. 2
      src/domain/UBGraphicsItemDelegate.cpp

@ -227,7 +227,7 @@ bool UBGraphicsItemDelegate::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
return true; return true;
} }
else else
return true; return false;
} }
bool UBGraphicsItemDelegate::weelEvent(QGraphicsSceneWheelEvent *event) bool UBGraphicsItemDelegate::weelEvent(QGraphicsSceneWheelEvent *event)

Loading…
Cancel
Save