Oops .. fix logic inversion added in last commit

svn path=/trunk/KDE/kdelibs/; revision=1058575
This commit is contained in:
Igor Trindade Oliveira 2009-12-04 18:15:59 +00:00
parent 7a39167564
commit 68e65235bc

View File

@ -84,7 +84,6 @@ void FadeAnimation::updateState(QAbstractAnimation::State oldState, QAbstractAni
{ {
QGraphicsWidget *w = widgetToAnimate(); QGraphicsWidget *w = widgetToAnimate();
if (!w) { if (!w) {
w->setOpacity(startOpacity());
return; return;
} }