mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix meterbridge to follow track/bus re-ordering
This commit is contained in:
parent
b24fef38b2
commit
d03574987c
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ Meterbridge::set_session (Session* s)
|
|||
_session->StateSaved.connect (_session_connections, invalidator (*this), boost::bind (&Meterbridge::update_title, this), gui_context());
|
||||
_session->config.ParameterChanged.connect (*this, invalidator (*this), ui_bind (&Meterbridge::parameter_changed, this, _1), gui_context());
|
||||
Config->ParameterChanged.connect (*this, invalidator (*this), ui_bind (&Meterbridge::parameter_changed, this, _1), gui_context());
|
||||
PresentationInfo::Change.connect (*this, invalidator (*this), boost::bind (&Meterbridge::resync_order, this), gui_context());
|
||||
|
||||
if (_visible) {
|
||||
show_window();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue