diff --git a/src/domain/UBItem.cpp b/src/domain/UBItem.cpp index 7d756258..f8f5b8a7 100644 --- a/src/domain/UBItem.cpp +++ b/src/domain/UBItem.cpp @@ -119,6 +119,8 @@ UBGraphicsItemDelegate *UBGraphicsItem::Delegate(QGraphicsItem *pItem) result = (static_cast(pItem))->Delegate(); break; case UBGraphicsMediaItem::Type: + case UBGraphicsVideoItem::Type: + case UBGraphicsAudioItem::Type: result = (static_cast(pItem))->Delegate(); break; case UBGraphicsStrokesGroup::Type :