X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fevoral%2Fsrc%2FControlList.cpp;h=00b876d18a14a2097ac2197568e96d769a130b25;hb=d0d160e566c392f2ce100185ef547fdd623ce687;hp=9079453f1c8f72c5c328bc15307f5852870841dc;hpb=5a58f4381bf4874e893fdef79016521d28fcace8;p=ardour.git 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