force timecode mark module to 1, to avoid missing marks
The entire modulo concept for ruler marks has become mostly redundant now that the rulers will only show text for a tick if there enough space
This commit is contained in:
parent
5f17d1b399
commit
871bd5e55b
@ -868,6 +868,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
|
||||
|
Loading…
Reference in New Issue
Block a user