mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix video-monitor "sync-source" changes
This commit is contained in:
parent
b552ed886f
commit
1479e2d772
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue