mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
fix visual update of tempo markers during tempo marker drag
This commit is contained in:
parent
3a19e7d48b
commit
09b368f5db
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue