diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index eb7eb4ba66..dec6d595cf 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -338,6 +338,7 @@ Editor::compute_current_bbt_points (std::vector& grid, sampl case bbt_show_sixteenths: case bbt_show_thirtyseconds: case bbt_show_sixtyfourths: + case bbt_show_onetwentyeighths: _session->tempo_map().get_grid (grid, max (_session->tempo_map().sample_at_beat (lower_beat), (samplepos_t) 0), rightmost); break;