1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Don't show all stars as hovered over on launch till a mouse move

This commit is contained in:
Leo Franchi 2011-10-27 15:08:24 -04:00
parent e9fa2259a7
commit 359fd9761d

View File

@ -40,6 +40,7 @@
GetNewStuffDelegate::GetNewStuffDelegate( QObject* parent )
: QStyledItemDelegate ( parent )
, m_widestTextWidth( 0 )
, m_hoveringOver( -1 )
{
m_defaultCover.load( RESPATH "images/sipplugin-online.png" );
m_ratingStarPositive.load( RESPATH "images/starred.png" );