mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
vtl: fix for not-saving video-monitor settings
This commit is contained in:
parent
70a422c1c7
commit
3940ec3fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ void
|
||||||
VideoMonitor::save_session ()
|
VideoMonitor::save_session ()
|
||||||
{
|
{
|
||||||
if (!_session) { return; }
|
if (!_session) { return; }
|
||||||
XMLNode* node = _session->extra_xml (X_("XJSettings"));
|
XMLNode* node = _session->extra_xml (X_("XJSettings"), true);
|
||||||
if (!node) return;
|
if (!node) return;
|
||||||
node->remove_nodes_and_delete("XJSetting");
|
node->remove_nodes_and_delete("XJSetting");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue