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
@ -303,6 +303,7 @@ Editor::tempo_map_changed ()
|
|||||||
|
|
||||||
reset_metric_marks ();
|
reset_metric_marks ();
|
||||||
update_tempo_based_rulers ();
|
update_tempo_based_rulers ();
|
||||||
|
update_section_rects();
|
||||||
update_all_marker_lanes ();
|
update_all_marker_lanes ();
|
||||||
maybe_draw_grid_lines ();
|
maybe_draw_grid_lines ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user