mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Disable rounded image in ColumnView's preview widget.
This commit is contained in:
@@ -252,7 +252,7 @@ ColumnViewPreviewWidget::onCoverUpdated()
|
||||
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