File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ void AssembleAction::onFinal()
5454 final_cb_ ();
5555}
5656
57+ // ////////////////////////
58+ // SerialAssembleAction
59+ // ////////////////////////
60+
5761bool SerialAssembleAction::startThisAction (Action *action)
5862{
5963 if (action->start ()) {
@@ -130,8 +134,8 @@ void SerialAssembleAction::onResume()
130134
131135void SerialAssembleAction::onStop ()
132136{
133- if (curr_action_ != nullptr )
134- curr_action_-> stop () ;
137+ stopCurrAction ();
138+ child_finish_func_ = nullptr ;
135139
136140 AssembleAction::onStop ();
137141}
@@ -140,6 +144,8 @@ void SerialAssembleAction::onReset()
140144{
141145 curr_action_ = nullptr ;
142146 child_finish_func_ = nullptr ;
147+
148+ AssembleAction::onReset ();
143149}
144150
145151}
Original file line number Diff line number Diff line change 2121# TBOX版本号
2222TBOX_VERSION_MAJOR := 1
2323TBOX_VERSION_MINOR := 11
24- TBOX_VERSION_REVISION := 11
24+ TBOX_VERSION_REVISION := 12
You can’t perform that action at this time.
0 commit comments