1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01: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() )
m_defaultImage = true;
else
m_defaultImage = false;
m_startFrame = 0;
m_fadePct = 100;