diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 5ff06e5076..3bd51e1f18 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -270,6 +270,7 @@ Region::Region (boost::shared_ptr other) _hidden = false; use_sources (other->_sources); + set_master_sources (other->_master_sources); _position_lock_style = other->_position_lock_style; _first_edit = other->_first_edit; @@ -329,6 +330,7 @@ Region::Region (boost::shared_ptr other, frameoffset_t offset) _hidden = false; use_sources (other->_sources); + set_master_sources (other->_master_sources); _start = other->_start + offset;