From b1fa6bb535142776e3894365236713fd3bcbfe13 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Tue, 1 Mar 2016 09:35:46 +0100 Subject: [PATCH] Fixed strokes not being selected when mouse moves a little during click --- src/board/UBBoardView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/board/UBBoardView.cpp b/src/board/UBBoardView.cpp index 594df627..d4db4b75 100644 --- a/src/board/UBBoardView.cpp +++ b/src/board/UBBoardView.cpp @@ -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()))