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();
|
QGraphicsWidget *w = widgetToAnimate();
|
||||||
if (!w) {
|
if (!w) {
|
||||||
w->setOpacity(startOpacity());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user