strokes group should be moved if tool is play or (selection & item not selected)

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

@ -696,7 +696,6 @@ bool UBBoardView::itemShouldBeMoved(QGraphicsItem *item)
case UBGraphicsAudioItem::Type:
return true;
case UBGraphicsStrokesGroup::Type:
return false;
case UBGraphicsTextItem::Type:
if (currentTool == UBStylusTool::Play)
return true;

Loading…
Cancel
Save