Fix for video / audio items not being selectable by rubber band

preferencesAboutTextFull
Craig Watson 8 years ago
parent 39b8204e96
commit 5477d44e48
  1. 3
      src/board/UBBoardView.cpp

@ -1170,7 +1170,8 @@ void UBBoardView::mouseMoveEvent (QMouseEvent *event)
if (item->type() == UBGraphicsW3CWidgetItem::Type
|| item->type() == UBGraphicsPixmapItem::Type
|| item->type() == UBGraphicsMediaItem::Type
|| item->type() == UBGraphicsVideoItem::Type
|| item->type() == UBGraphicsAudioItem::Type
|| item->type() == UBGraphicsSvgItem::Type
|| item->type() == UBGraphicsTextItem::Type
|| item->type() == UBGraphicsStrokesGroup::Type

Loading…
Cancel
Save