mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
Initialize monitor-section output button
When loading a session the monitor-connection is made before the GUI is initialized, the output button did not reflect the actual connection.
This commit is contained in:
parent
87af9fb820
commit
a430f65aa3
1 changed files with 1 additions and 0 deletions
|
|
@ -629,6 +629,7 @@ MonitorSection::set_session (Session* s)
|
|||
|
||||
if (_ui_initialized) {
|
||||
update_processor_box ();
|
||||
update_output_display ();
|
||||
}
|
||||
|
||||
SYNCHRONIZE_TOGGLE_ACTION (ActionManager::get_toggle_action (X_("Monitor"), "UseMonitorSection"), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue