aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/timeline/qquickkeyframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/timeline/qquickkeyframe.cpp')
-rw-r--r--src/imports/timeline/qquickkeyframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/timeline/qquickkeyframe.cpp b/src/imports/timeline/qquickkeyframe.cpp
index fc050f3..a8c72c4 100644
--- a/src/imports/timeline/qquickkeyframe.cpp
+++ b/src/imports/timeline/qquickkeyframe.cpp
@@ -264,7 +264,7 @@ void QQuickKeyframeGroup::reset()
auto *timeline = qobject_cast<QQuickTimeline*>(parent());
if (timeline)
- setProperty(timeline->currentFrame());
+ timeline->reevaulate();
}
void QQuickKeyframeGroup::setupKeyframes()