Fix cut/copy section: ripple requires a region split
This commit is contained in:
parent
5b42422c60
commit
4ccaa81671
@ -7212,6 +7212,7 @@ Session::cut_copy_section (timepos_t const& start, timepos_t const& end, timepos
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* now make space at the insertion-point */
|
/* now make space at the insertion-point */
|
||||||
|
pl->split (to);
|
||||||
pl->ripple (to, start.distance(end), NULL);
|
pl->ripple (to, start.distance(end), NULL);
|
||||||
|
|
||||||
pl->paste (p, to, 1);
|
pl->paste (p, to, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user