mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
use config value to avoid race on session-setup.
This commit is contained in:
parent
b4b0f57c0b
commit
559649c338
1 changed files with 1 additions and 1 deletions
|
|
@ -2225,7 +2225,7 @@ MixerStrip::parameter_changed (string p)
|
|||
if (monitor_section_button->get_parent()) {
|
||||
monitor_section_button->get_parent()->remove(*monitor_section_button);
|
||||
}
|
||||
if (_session->monitor_out()) {
|
||||
if (Config->get_use_monitor_bus ()) {
|
||||
mute_solo_table.attach (*mute_button, 0, 1, 0, 1);
|
||||
mute_solo_table.attach (*monitor_section_button, 1, 2, 0, 1);
|
||||
mute_button->show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue