ripple (gui part) ripple_marks should work without a plist (Range cut)

This commit is contained in:
Ben Loftis 2022-03-14 19:24:08 -05:00
parent f8f53a4cae
commit f0372e0b17
1 changed files with 4 additions and 1 deletions

View File

@ -9557,7 +9557,10 @@ Editor::effective_ripple_mark_start (boost::shared_ptr<Playlist> target_playlist
void
Editor::ripple_marks (boost::shared_ptr<Playlist> target_playlist, timepos_t at, timecnt_t const & distance)
{
at = effective_ripple_mark_start (target_playlist, at);
TempoMap::SharedPtr tmap (TempoMap::use());
if (target_playlist) {
at = effective_ripple_mark_start (target_playlist, at);
}
XMLNode& before (_session->locations()->get_state());
/* do not move locked markers, do notify */