update all location markers during tempo/meter drags
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user