Fix monitor-section session-property vs preference state.

The initial value of Config::get_use_monitor_bus() may not reflect
the current session's state when loading a session.
This commit is contained in:
Robin Gareus 2016-01-08 16:01:30 +01:00
parent ef45a6c84b
commit 25a128f853

View File

@ -1022,6 +1022,7 @@ Session::remove_monitor_section ()
if (auditioner) {
auditioner->connect ();
}
Config->ParameterChanged ("use-monitor-bus");
}
void
@ -1173,6 +1174,7 @@ Session::add_monitor_section ()
if (auditioner) {
auditioner->connect ();
}
Config->ParameterChanged ("use-monitor-bus");
}
void