Commit a03f4824 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Fix nghyd#275 - wrong aprons order in MacrorugoCompound

Showing with 1 addition and 1 deletion
+1 -1
......@@ -63,7 +63,7 @@ export class MacrorugoCompound extends MacroRugo implements Observer {
}
public addChild(child: MacroRugo, after?: number) {
super.addChild(child);
super.addChild(child, after);
for (const p of child.parameterIterator) {
p.visible = false;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment