add missing ripple during cut/copy/paste of sections

This commit is contained in:
Paul Davis 2023-08-31 18:21:56 -06:00
parent da9140a390
commit 69cfe9d3f9

View File

@ -7313,7 +7313,7 @@ Session::cut_copy_section (timepos_t const& start, timepos_t const& end, timepos
case CopyPasteSection:
if ((tmcb = wmap->copy (start, end))) {
tmcb->dump (std::cerr);
wmap->paste (*tmcb, to, false);
wmap->paste (*tmcb, to, true);
}
break;
case CutPasteSection: