Commit b1fa6bb5 authored by Craig Watson's avatar Craig Watson

Fixed strokes not being selected when mouse moves a little during click

parent 41b538c7
......@@ -1261,7 +1261,6 @@ void UBBoardView::mouseReleaseEvent (QMouseEvent *event)
if (isUBItem(movingItem) &&
DelegateButton::Type != movingItem->type() &&
UBGraphicsDelegateFrame::Type != movingItem->type() &&
UBGraphicsStrokesGroup::Type != movingItem->type() &&
UBGraphicsCache::Type != movingItem->type() &&
QGraphicsWebView::Type != movingItem->type() && // for W3C widgets as Tools.
!(!isMultipleSelectionEnabled() && movingItem->parentItem() && UBGraphicsWidgetItem::Type == movingItem->type() && UBGraphicsGroupContainerItem::Type == movingItem->parentItem()->type()))
......
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