mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
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:
parent
5a58f4381b
commit
d0d160e566
3 changed files with 5 additions and 5 deletions
|
|
@ -167,8 +167,9 @@ ControlList::maybe_signal_changed ()
|
|||
{
|
||||
mark_dirty ();
|
||||
|
||||
if (_frozen)
|
||||
if (_frozen) {
|
||||
_changed_when_thawed = true;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue