summaryrefslogtreecommitdiff
path: root/libs/evoral
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-27 12:26:00 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-27 12:26:00 +0000
commitd0d160e566c392f2ce100185ef547fdd623ce687 (patch)
tree25f4463c1b9ecce574ec0d473e0842729b7002bb /libs/evoral
parent5a58f4381bf4874e893fdef79016521d28fcace8 (diff)
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
Diffstat (limited to 'libs/evoral')
-rw-r--r--libs/evoral/src/ControlList.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/evoral/src/ControlList.cpp b/libs/evoral/src/ControlList.cpp
index 9079453f1c..00b876d18a 100644
--- a/libs/evoral/src/ControlList.cpp
+++ b/libs/evoral/src/ControlList.cpp
@@ -167,8 +167,9 @@ ControlList::maybe_signal_changed ()
{
mark_dirty ();
- if (_frozen)
+ if (_frozen) {
_changed_when_thawed = true;
+ }
}
void