regions: force position time domain when a region is added to a playlist
Q: why not length time domain also?
This commit is contained in:
@@ -779,6 +779,7 @@ Playlist::add_region_internal (std::shared_ptr<Region> region, timepos_t const &
|
||||
}
|
||||
|
||||
region->set_position_unchecked (position);
|
||||
region->set_position_time_domain (time_domain());
|
||||
|
||||
regions.insert (upper_bound (regions.begin (), regions.end (), region, cmp), region);
|
||||
all_regions.insert (region);
|
||||
|
||||
Reference in New Issue
Block a user