mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Fix nasty duplicate XML node
This commit is contained in:
parent
9cb8978c86
commit
b34f2e2c38
1 changed files with 1 additions and 1 deletions
|
|
@ -564,8 +564,8 @@ SlavableAutomationControl::get_state ()
|
|||
mnode->set_property (X_("val-master"), mr->second.val_master());
|
||||
}
|
||||
masters_node->add_child_nocopy (*mnode);
|
||||
node.add_child_nocopy (*masters_node);
|
||||
}
|
||||
node.add_child_nocopy (*masters_node);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue