Comment 14 for bug 565604

Revision history for this message
In , Kevin-kofler (kevin-kofler) wrote :

Changing the if (d->fadingValue >= 255) at digikam/ratingwidget.cpp:168 to if (d->fadingValue >= 255 && d->fadingTimeLine) should fix this crash.