summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/region.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index 8693b7df8e..7adc9b80ab 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -211,8 +211,8 @@ Region::Region (boost::shared_ptr<const Region> other)
, _layer(other->_layer)
, _first_edit(EditChangesID)
, _frozen(0)
- , _ancestral_start (_start)
- , _ancestral_length (_length)
+ , _ancestral_start (other->_ancestral_start)
+ , _ancestral_length (other->_ancestral_length)
, _stretch (1.0)
, _shift (0.0)
, _valid_transients(false)