vtl: fix for not-saving video-monitor settings
This commit is contained in:
parent
70a422c1c7
commit
3940ec3fa7
@ -423,7 +423,7 @@ void
|
||||
VideoMonitor::save_session ()
|
||||
{
|
||||
if (!_session) { return; }
|
||||
XMLNode* node = _session->extra_xml (X_("XJSettings"));
|
||||
XMLNode* node = _session->extra_xml (X_("XJSettings"), true);
|
||||
if (!node) return;
|
||||
node->remove_nodes_and_delete("XJSetting");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user