mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 13:01:53 +02:00
Disable rounded image in ColumnView's preview widget.
This commit is contained in:
parent
8665557de9
commit
e32f333093
@ -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() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user