Have GUI Option reflect current state (in case toggle fails)

This commit is contained in:
Robin Gareus 2015-09-11 13:21:16 +02:00
parent 9fcc48d140
commit 6048d2cd23
2 changed files with 4 additions and 2 deletions

View file

@ -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