nested macros

This commit is contained in:
WarmUpTill
2026-08-29 20:56:45 +02:00
parent 0ea98073d7
commit e2e7bec135
9 changed files with 208 additions and 11 deletions

View File

@@ -281,6 +281,7 @@ bool MacroActionMacro::PostLoad()
MacroAction::PostLoad();
_runOptions.macro.PostLoad();
_nestedMacro->PostLoad();
_nestedMacro->SetNestedParentMacro(GetMacro());
return true;
}