mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Have GUI Option reflect current state (in case toggle fails)
This commit is contained in:
parent
9fcc48d140
commit
6048d2cd23
2 changed files with 4 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ SessionOptionEditor::set_use_monitor_section (bool yn)
|
|||
|
||||
Config->set_use_monitor_bus (yn);
|
||||
|
||||
return had_monitor_section != yn;
|
||||
return had_monitor_section != (_session->monitor_out() != 0);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue