fix initialization of ancestral region info in region copy constructor (dup'ed from 2.X)

git-svn-id: svn://localhost/ardour2/branches/3.0@3815 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2008-09-27 06:53:34 +00:00
parent ce693248dc
commit 86b747890e

View File

@@ -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)