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:
parent
1ea04025e4
commit
31745d8c37
@ -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() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user