fix #633,trigger correctly the animations signals

--restoring the applets from the parabolic effect didnt
send correctly the ending signal that their animation
was finished
pull/1/head
Michail Vourlakos 8 years ago
parent 8c7eee5245
commit 1e4f98b4ae

@ -215,7 +215,7 @@ Item{
}
} else if ((zoomScale == 1) && container.isZoomed) {
container.isZoomed = false;
if (!root.editMode && animationWasSent) {
if (animationWasSent) {
root.slotAnimationsNeedBothAxis(-1);
animationWasSent = false;
}

Loading…
Cancel
Save