diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 17cc38f1a0..59b069c9ac 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -907,6 +907,10 @@ Editor::mid_tempo_change (MidTempoChanges what_changed) b->update (); } + for (auto const & lam : location_markers) { + lam.second->set_position (lam.first->start(), lam.first->end()); + } + update_tempo_based_rulers (); maybe_draw_grid_lines ();