mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Fix cut/copy section: ripple requires a region split
This commit is contained in:
parent
5b42422c60
commit
4ccaa81671
1 changed files with 1 additions and 0 deletions
|
|
@ -7212,6 +7212,7 @@ Session::cut_copy_section (timepos_t const& start, timepos_t const& end, timepos
|
|||
}
|
||||
|
||||
/* now make space at the insertion-point */
|
||||
pl->split (to);
|
||||
pl->ripple (to, start.distance(end), NULL);
|
||||
|
||||
pl->paste (p, to, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue