13
0

Amend last commit.

This commit is contained in:
nick_m 2016-06-10 01:14:08 +10:00
parent e05b0862b5
commit 260a0ca12c

View File

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