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:
Paul Davis 2025-07-09 10:53:00 -06:00
parent 2b008400c7
commit 12d6a93fb7

View file

@ -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);