fix #5035 - restore pan automation state

git-svn-id: svn://localhost/ardour2/branches/3.0@13724 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus
2012-12-23 21:51:43 +00:00
parent 74c9c806d2
commit 9f748df39e

View File

@@ -456,6 +456,7 @@ AutomationList::set_state (const XMLNode& node, int version)
if (_state == Write) {
_state = Off;
}
automation_state_changed(_state);
} else {
_state = Off;
}