1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Obsolete parameter.

This commit is contained in:
Christian Muehlhaeuser 2014-08-28 21:18:38 +02:00
parent 1ea04025e4
commit 31745d8c37

View File

@ -202,7 +202,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
painter->setPen( opt.palette.text().color() );
QRect ir = r.adjusted( 4, 0, -option.rect.width() + option.rect.height() - 8 + r.left(), 0 );
pixmap = item->query()->track()->cover( ir.size(), true );
pixmap = item->query()->track()->cover( ir.size() );
if ( pixmap.isNull() )
{