summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qscxml.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qscxml.cpp b/src/qscxml.cpp
index ec78f9a..c44e135 100644
--- a/src/qscxml.cpp
+++ b/src/qscxml.cpp
@@ -1507,6 +1507,7 @@ void QScxmlLoader::loadState (
curExecContext.trans = curTransition;
curExecContext.type = ScExecContext::Transition;
curExecContext.applyScript();
+ curExecContext.script = "";
}
curExecContext.type = ScExecContext::None;
} else if (r.name().toString().compare("invoke",Qt::CaseInsensitive) == 0) {