fix #5035 - restore pan automation state
authorRobin Gareus <robin@gareus.org>
Sun, 23 Dec 2012 21:51:43 +0000 (21:51 +0000)
committerRobin Gareus <robin@gareus.org>
Sun, 23 Dec 2012 21:51:43 +0000 (21:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13724 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/automation_list.cc

index c9fcd841adc09222b79f26164b29921c112ee0ed..00d9f624ed184f36d0493f6ad38e9d7474ffb98f 100644 (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;
        }