mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
desensitize automation keybindings after session is set, to avoid them being active by default
ARDOUR_UI sets all session-sensitive actions to sensitive at session load
This commit is contained in:
parent
a2c8203a19
commit
ad6b6f1e30
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ void
|
|||
EditingContext::set_session (ARDOUR::Session* s)
|
||||
{
|
||||
SessionHandlePtr::set_session (s);
|
||||
disable_automation_bindings ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue