Commit 2a1ff6ad authored by Aleksei Kanash's avatar Aleksei Kanash

Fix to SANKORE-629.

D'n'D in widgets works fine now.
parent bc941dd4
......@@ -227,7 +227,7 @@ bool UBGraphicsItemDelegate::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
return true;
}
else
return true;
return false;
}
bool UBGraphicsItemDelegate::weelEvent(QGraphicsSceneWheelEvent *event)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment