Commit 3eb0bdda authored by Aleksei Kanash's avatar Aleksei Kanash

Removed permanent multiple selection for strokes groups.

parent af428a3e
......@@ -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())
......
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