From 2a1ff6ad51df871528d02021e7ed3e1e85c26a0c Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Thu, 26 Apr 2012 15:33:59 +0300 Subject: [PATCH] Fix to SANKORE-629. D'n'D in widgets works fine now. --- src/domain/UBGraphicsItemDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/UBGraphicsItemDelegate.cpp b/src/domain/UBGraphicsItemDelegate.cpp index 311ff93f..594dc813 100644 --- a/src/domain/UBGraphicsItemDelegate.cpp +++ b/src/domain/UBGraphicsItemDelegate.cpp @@ -227,7 +227,7 @@ bool UBGraphicsItemDelegate::mouseMoveEvent(QGraphicsSceneMouseEvent *event) return true; } else - return true; + return false; } bool UBGraphicsItemDelegate::weelEvent(QGraphicsSceneWheelEvent *event)