13
0

Audio locked meters with an existing tempo may be dragged past that tempo's location.

This commit is contained in:
nick_m 2016-06-10 01:07:25 +10:00
parent 3e29a46603
commit e05b0862b5

View File

@ -2027,6 +2027,7 @@ TempoMap::solve_map_frame (Metrics& imaginary, TempoSection* section, const fram
if (prev_t) {
if (t == section) {
section_prev = prev_t;
prev_t = t;
continue;
}
if (t->position_lock_style() == MusicTime) {