mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Make sure m_defaultImage is properly init'ed.
This commit is contained in:
@@ -100,6 +100,8 @@ PixmapDelegateFader::init()
|
|||||||
{
|
{
|
||||||
if ( m_currentReference.isNull() )
|
if ( m_currentReference.isNull() )
|
||||||
m_defaultImage = true;
|
m_defaultImage = true;
|
||||||
|
else
|
||||||
|
m_defaultImage = false;
|
||||||
|
|
||||||
m_startFrame = 0;
|
m_startFrame = 0;
|
||||||
m_fadePct = 100;
|
m_fadePct = 100;
|
||||||
|
Reference in New Issue
Block a user