fix visual update of tempo markers during tempo marker drag
This commit is contained in:
parent
3a19e7d48b
commit
09b368f5db
@ -904,6 +904,10 @@ Editor::mid_tempo_change (MidTempoChanges what_changed)
|
||||
update_tempo_curves (min_tempo, max_tempo, _session->sample_rate());
|
||||
}
|
||||
|
||||
for (auto & t : tempo_marks) {
|
||||
t->update ();
|
||||
}
|
||||
|
||||
for (auto & m : meter_marks) {
|
||||
m->update ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user