mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
GUI updates to handle monitor-section changes
This fixes various MS related action sensitivity issues, as well as action-states. Also manually adding a monitor-section to a session now always immediately shows it, regardless of prior ToggleMonitorSection visibility.
This commit is contained in:
parent
9836304e3e
commit
94d3da7e09
8 changed files with 59 additions and 39 deletions
|
|
@ -275,7 +275,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
));
|
||||
|
||||
add_option (_("Monitoring"), new CheckOption (
|
||||
"have-monitor-section",
|
||||
"unused",
|
||||
_("Use monitor section in this session"),
|
||||
ActionManager::get_action(X_("Monitor"), "UseMonitorSection")
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue