Fix video-monitor "sync-source" changes
This commit is contained in:
parent
b552ed886f
commit
1479e2d772
@ -441,6 +441,7 @@ VideoMonitor::set_session (ARDOUR::Session *s)
|
|||||||
{
|
{
|
||||||
SessionHandlePtr::set_session (s);
|
SessionHandlePtr::set_session (s);
|
||||||
if (!_session) { return; }
|
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());
|
_session->config.ParameterChanged.connect (*this, invalidator (*this), ui_bind (&VideoMonitor::parameter_changed, this, _1), gui_context());
|
||||||
XMLNode* node = _session->extra_xml (X_("XJSettings"));
|
XMLNode* node = _session->extra_xml (X_("XJSettings"));
|
||||||
if (!node) { return;}
|
if (!node) { return;}
|
||||||
|
Loading…
Reference in New Issue
Block a user