a better fix for 6ed8c113a2 (scope)

This commit is contained in:
nick_m 2016-11-16 05:18:35 +11:00
parent 6ed8c113a2
commit 586882f86c

View File

@ -1313,11 +1313,11 @@ Region::_set_state (const XMLNode& node, int /*version*/, PropertyChange& what_c
} else {
_beat = _session.tempo_map().beat_at_bbt (bbt_time);
}
/* no position property change for legacy Property, so we do this here */
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
}
}
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
/* fix problems with old sessions corrupted by impossible
values for _stretch or _shift
*/