diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc index e30474f2c6..dae3c5eb77 100644 --- a/gtk2_ardour/editor_rulers.cc +++ b/gtk2_ardour/editor_rulers.cc @@ -922,6 +922,8 @@ Editor::set_timecode_ruler_scale (samplepos_t lower, samplepos_t upper) timecode_ruler_scale = timecode_show_many_hours; timecode_mark_modulo = std::max ((samplecnt_t) 1, 1 + (hours_in_range / timecode_nmarks)); } + + timecode_mark_modulo = 1; } void