Fix for video items not being movable by the video window anymore

preferencesAboutTextFull
Craig Watson 8 years ago
parent 4698cb49f5
commit 2f4a0a49a3
  1. 2
      src/board/UBBoardView.cpp

@ -671,6 +671,8 @@ bool UBBoardView::itemShouldBeMoved(QGraphicsItem *item)
if (item->isSelected())
return false;
case UBGraphicsMediaItem::Type:
case UBGraphicsVideoItem::Type:
case UBGraphicsAudioItem::Type:
return true;
case UBGraphicsStrokesGroup::Type:
return false;

Loading…
Cancel
Save