mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Disable rounded image in ColumnView's preview widget.
This commit is contained in:
@@ -252,7 +252,7 @@ ColumnViewPreviewWidget::onCoverUpdated()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_cover->setPixmap( TomahawkUtils::createRoundedImage( m_query->track()->cover( m_cover->size() ), QSize( 0, 0 ) ) );
|
m_cover->setPixmap( m_query->track()->cover( m_cover->size() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user