diff options
Diffstat (limited to 'src/declarative/util/qmlstate.cpp')
-rw-r--r-- | src/declarative/util/qmlstate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlstate.cpp b/src/declarative/util/qmlstate.cpp index da7d429..3c85db7 100644 --- a/src/declarative/util/qmlstate.cpp +++ b/src/declarative/util/qmlstate.cpp @@ -360,8 +360,8 @@ void QmlState::apply(QmlStateGroup *group, QmlTransition *trans, QmlState *rever } } if (!found) - action.event->saveForwardBindings(); - //### do we ever need to do saveForwardBindings when found == true? + action.event->saveOriginals(); + //### do we ever need to do saveOriginals when found == true? } else { action.fromBinding = action.property.binding(); |