mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
Redraw arrangement rectangles upon tempo change
Previously, changing tempo would leave arrangement rectangles out of sync with markers.
This commit is contained in:
parent
a5c1a7feaf
commit
f0ec6b5bda
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ Editor::tempo_map_changed ()
|
|||
|
||||
reset_metric_marks ();
|
||||
update_tempo_based_rulers ();
|
||||
update_section_rects();
|
||||
update_all_marker_lanes ();
|
||||
maybe_draw_grid_lines ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue