mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Mixer visibility prefs changes teke effect "live".
This commit is contained in:
parent
c9023ae73d
commit
ca1856a09b
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ MixerStrip::init ()
|
||||||
_visibility.add (&_comment_button, X_("Comments"), _("Comments"), false);
|
_visibility.add (&_comment_button, X_("Comments"), _("Comments"), false);
|
||||||
|
|
||||||
parameter_changed (X_("mixer-element-visibility"));
|
parameter_changed (X_("mixer-element-visibility"));
|
||||||
|
ARDOUR_UI::config()->ParameterChanged.connect (sigc::mem_fun (*this, &MixerStrip::parameter_changed));
|
||||||
Config->ParameterChanged.connect (_config_connection, MISSING_INVALIDATOR, boost::bind (&MixerStrip::parameter_changed, this, _1), gui_context());
|
Config->ParameterChanged.connect (_config_connection, MISSING_INVALIDATOR, boost::bind (&MixerStrip::parameter_changed, this, _1), gui_context());
|
||||||
_session->config.ParameterChanged.connect (_config_connection, MISSING_INVALIDATOR, boost::bind (&MixerStrip::parameter_changed, this, _1), gui_context());
|
_session->config.ParameterChanged.connect (_config_connection, MISSING_INVALIDATOR, boost::bind (&MixerStrip::parameter_changed, this, _1), gui_context());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue