1
0
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:
Christian Muehlhaeuser 2015-01-12 04:19:23 +01:00
parent 8665557de9
commit e32f333093

View File

@ -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() ) );
}