13
0

Fix meterbridge to follow track/bus re-ordering

This commit is contained in:
Robin Gareus 2019-02-13 20:24:00 +01:00
parent b24fef38b2
commit d03574987c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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();