Fix crash on clear option for automation tracks (#3195). Also fix state change signalling so that lines reappear on undoing a clear.

git-svn-id: svn://localhost/ardour2/branches/3.0@7178 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-27 12:26:00 +00:00
parent 5a58f4381b
commit d0d160e566
3 changed files with 5 additions and 5 deletions

View file

@ -167,8 +167,9 @@ ControlList::maybe_signal_changed ()
{
mark_dirty ();
if (_frozen)
if (_frozen) {
_changed_when_thawed = true;
}
}
void