Oops .. fix logic inversion added in last commit
svn path=/trunk/KDE/kdelibs/; revision=1058575
This commit is contained in:
parent
7a39167564
commit
68e65235bc
@ -84,7 +84,6 @@ void FadeAnimation::updateState(QAbstractAnimation::State oldState, QAbstractAni
|
||||
{
|
||||
QGraphicsWidget *w = widgetToAnimate();
|
||||
if (!w) {
|
||||
w->setOpacity(startOpacity());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user