diff --git a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp index 2d92cb658..09674d54f 100644 --- a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp +++ b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp @@ -393,7 +393,7 @@ PlaylistItemDelegate::drawGenericBox( QPainter* painter, const QStyleOptionViewI drawRichText( painter, option, textRect, Qt::AlignVCenter|Qt::AlignRight, textDoc ); - if ( !sources.isEmpty() && !textDoc.isEmpty() ) + if ( !sources.isEmpty() ) drawRectForBox( painter, innerRect ); QRect avatarsRect = innerRect.adjusted( textDoc.idealWidth() + 3*4, 4, -4, -4 );