Coding style.
svn path=/trunk/KDE/kdelibs/; revision=1063258
This commit is contained in:
parent
6baf2654c0
commit
83c7bf0bd8
@ -69,8 +69,9 @@ void ZoomAnimation::updateCurrentTime(int currentTime)
|
|||||||
if (m_zoom != 1) {
|
if (m_zoom != 1) {
|
||||||
delta = (1 - m_zoom) * delta;
|
delta = (1 - m_zoom) * delta;
|
||||||
w->setScale(1 - delta);
|
w->setScale(1 - delta);
|
||||||
} else
|
} else {
|
||||||
w->setScale(delta);
|
w->setScale(delta);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Animation::updateCurrentTime(currentTime);
|
Animation::updateCurrentTime(currentTime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user