mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
finish commit from yesterday ... sorry folks
git-svn-id: svn://localhost/ardour2/branches/3.0@6786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
40f93ba6e0
commit
b5c21e65fc
12 changed files with 58 additions and 80 deletions
|
|
@ -81,7 +81,7 @@ ARDOUR_UI::set_session (Session *s)
|
|||
ActionManager::set_sensitive (ActionManager::range_sensitive_actions, false);
|
||||
}
|
||||
|
||||
if (!_session->control_out()) {
|
||||
if (!_session->monitor_out()) {
|
||||
Glib::RefPtr<Action> act = ActionManager::get_action (X_("options"), X_("SoloViaBus"));
|
||||
if (act) {
|
||||
act->set_sensitive (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue