mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* PixmapDelegateFader used wrong default image for tracks.
This commit is contained in:
@@ -139,7 +139,7 @@ PixmapDelegateFader::setSize( const QSize& size )
|
|||||||
else if ( !m_artist.isNull() )
|
else if ( !m_artist.isNull() )
|
||||||
m_current = m_currentReference = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultArtistImage, m_mode, m_size );
|
m_current = m_currentReference = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultArtistImage, m_mode, m_size );
|
||||||
else if ( !m_track.isNull() )
|
else if ( !m_track.isNull() )
|
||||||
m_current = m_currentReference = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultArtistImage, m_mode, m_size );
|
m_current = m_currentReference = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultTrackImage, m_mode, m_size );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user