mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Don't show all stars as hovered over on launch till a mouse move
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
GetNewStuffDelegate::GetNewStuffDelegate( QObject* parent )
|
GetNewStuffDelegate::GetNewStuffDelegate( QObject* parent )
|
||||||
: QStyledItemDelegate ( parent )
|
: QStyledItemDelegate ( parent )
|
||||||
, m_widestTextWidth( 0 )
|
, m_widestTextWidth( 0 )
|
||||||
|
, m_hoveringOver( -1 )
|
||||||
{
|
{
|
||||||
m_defaultCover.load( RESPATH "images/sipplugin-online.png" );
|
m_defaultCover.load( RESPATH "images/sipplugin-online.png" );
|
||||||
m_ratingStarPositive.load( RESPATH "images/starred.png" );
|
m_ratingStarPositive.load( RESPATH "images/starred.png" );
|
||||||
|
Reference in New Issue
Block a user