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:
parent
ef45a6c84b
commit
25a128f853
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user