Removed permanent multiple selection for strokes groups.

preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent af428a3e98
commit 3eb0bdda70
  1. 1
      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())

Loading…
Cancel
Save