diff --git a/src/board/UBBoardView.cpp b/src/board/UBBoardView.cpp index 36299048..4fcca179 100644 --- a/src/board/UBBoardView.cpp +++ b/src/board/UBBoardView.cpp @@ -618,7 +618,6 @@ void UBBoardView::handleItemMousePress(QMouseEvent *event) && !(movingItem->parentItem() && UBGraphicsGroupContainerItem::Type == movingItem->parentItem()->type()) && QGraphicsSvgItem::Type != movingItem->type() && UBGraphicsDelegateFrame::Type != movingItem->type() - && UBGraphicsStrokesGroup::Type != movingItem->type() && !mMultipleSelectionIsEnabled) { foreach(QGraphicsItem *item, scene()->selectedItems())