diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 90dc8af537..0ffe36485f 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2042,7 +2042,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm } } } - if (section->movable() && frame < first_m_frame) { + if (section->movable() && frame <= first_m_frame) { return false; } else { section->set_active (true);