ripple backwards when cutting a section

This commit is contained in:
Paul Davis 2023-08-31 18:22:25 -06:00
parent 69cfe9d3f9
commit c778a6df67

View File

@ -954,7 +954,7 @@ TempoMap::cut_copy (timepos_t const & start, timepos_t const & end, bool copy, b
dump (std::cerr);
if (!copy && ripple) {
shift (end, start.distance (end));
shift (start, -start.distance (end));
dump (std::cerr);
}