summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index dde4e51530..adc6334334 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -1301,7 +1301,7 @@ Region::send_change (const PropertyChange& what_changed)
Stateful::send_change (what_changed);
- if (!Stateful::frozen()) {
+ if (!Stateful::property_changes_suspended()) {
/* Try and send a shared_pointer unless this is part of the constructor.
If so, do nothing.