mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
vtl: fix duplicate saved settings
This commit is contained in:
parent
97ec274512
commit
b203da5eb9
1 changed files with 1 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ VideoMonitor::save_session ()
|
|||
if (!_session) { return; }
|
||||
XMLNode* node = _session->extra_xml (X_("XJSettings"));
|
||||
if (!node) return;
|
||||
node->remove_nodes_and_delete("XJSetting");
|
||||
|
||||
for(XJSettings::const_iterator it = xjadeo_settings.begin(); it != xjadeo_settings.end(); ++it) {
|
||||
XMLNode* child = node->add_child (X_("XJSetting"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue