From 5477d44e48fdfaad46461641c51c0a9ffd47a2ae Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Sun, 30 Oct 2016 18:02:33 -0400 Subject: [PATCH] Fix for video / audio items not being selectable by rubber band --- src/board/UBBoardView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/board/UBBoardView.cpp b/src/board/UBBoardView.cpp index ced6325e..901f2cb5 100644 --- a/src/board/UBBoardView.cpp +++ b/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