mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
fix incorrect sensitivity of automation acts at session load
Session skipped EditingContext::set_sensitive() by calling too far back up its inheritance tree.
This commit is contained in:
parent
2b008400c7
commit
12d6a93fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ Editor::update_title ()
|
|||
void
|
||||
Editor::set_session (Session *t)
|
||||
{
|
||||
SessionHandlePtr::set_session (t);
|
||||
EditingContext::set_session (t);
|
||||
|
||||
section_marker_bar->clear (true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue