fixed an issue where all items would be deselected except one but selection frame not updated

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent d2ab0e0962
commit edf2245ae7
  1. 1
      src/board/UBBoardView.cpp

@ -516,6 +516,7 @@ void UBBoardView::handleItemsSelection(QGraphicsItem *item)
if ((UBGraphicsItemType::UserTypesCount > item->type()) && (item->type() > QGraphicsItem::UserType))
{
scene()->deselectAllItemsExcept(item);
scene()->updateSelectionFrame();
}
}
}

Loading…
Cancel
Save