Using stored scale factor.
svn path=/trunk/KDE/kdelibs/; revision=1059939
This commit is contained in:
parent
7a4193fa2a
commit
b6f4d1a518
@ -160,8 +160,7 @@ void PulseAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn
|
||||
setCopy();
|
||||
}
|
||||
d->opacityAnimation->setEndValue(0);
|
||||
/* TODO: save the scale factor somewhere */
|
||||
d->scaleAnimation->setEndValue(1.5);
|
||||
d->scaleAnimation->setEndValue(d->endScale);
|
||||
}
|
||||
|
||||
d->animation.data()->start();
|
||||
|
Loading…
Reference in New Issue
Block a user