final tweaks for #4489
[ardour.git] / gtk2_ardour / editor_tempodisplay.cc
index 2e4842016a6673ecb08942f21f5123bb26f8a73d..1069e457e635efa1dab9f7576e5b9116c838ff21 100644 (file)
@@ -113,6 +113,7 @@ Editor::tempo_map_changed (const PropertyChange& /*ignored*/)
        compute_current_bbt_points(leftmost_frame, leftmost_frame + current_page_frames());
        _session->tempo_map().apply_with_metrics (*this, &Editor::draw_metric_marks); // redraw metric markers
        redraw_measures ();
+       update_tempo_based_rulers ();
 }
 
 void
@@ -124,7 +125,6 @@ Editor::redisplay_tempo (bool immediate_redraw)
 
        compute_current_bbt_points (leftmost_frame, leftmost_frame + current_page_frames()); // redraw rulers and measures
 
-       compute_current_bbt_points (leftmost_frame, leftmost_frame + current_page_frames());
        if (immediate_redraw) {
                redraw_measures ();
        } else {