13
0

Fix video-monitor "sync-source" changes

This commit is contained in:
Robin Gareus 2016-12-09 23:43:37 +01:00
parent b552ed886f
commit 1479e2d772

View File

@ -441,6 +441,7 @@ VideoMonitor::set_session (ARDOUR::Session *s)
{
SessionHandlePtr::set_session (s);
if (!_session) { return; }
ARDOUR::Config->ParameterChanged.connect (*this, invalidator (*this), ui_bind (&VideoMonitor::parameter_changed, this, _1), gui_context());
_session->config.ParameterChanged.connect (*this, invalidator (*this), ui_bind (&VideoMonitor::parameter_changed, this, _1), gui_context());
XMLNode* node = _session->extra_xml (X_("XJSettings"));
if (!node) { return;}