must reset BBT markers in GUI after reset_tempo_marks()

reset_tempo_marks() will have destroyed the tempo marks referenced by any
existing BBT marks
This commit is contained in:
Paul Davis 2023-10-03 10:16:36 -06:00
parent 969dcaa8a6
commit 2194ae70da

View File

@ -3146,6 +3146,7 @@ Editor::choose_mapping_drag (ArdourCanvas::Item* item, GdkEvent* event)
TempoPoint& added = const_cast<TempoPoint&> (map->set_tempo (copied_no_ramp, bbt)); TempoPoint& added = const_cast<TempoPoint&> (map->set_tempo (copied_no_ramp, bbt));
focus = &added; focus = &added;
reset_tempo_marks (); reset_tempo_marks ();
reset_bbt_marks ();
} }
/* Reversible commands get named here, now that we understand what we're doing */ /* Reversible commands get named here, now that we understand what we're doing */