1
0
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:
Christian Muehlhaeuser
2012-06-12 09:31:09 +02:00
parent f2503afd69
commit 8cf7f0bb2b

View File

@@ -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;