mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue