ensure region _quarter_note is set (factory).

This commit is contained in:
nick_m
2017-01-31 02:57:40 +11:00
parent 2ddc21c3a9
commit f751a0993b

View File

@@ -1910,9 +1910,7 @@ Region::is_compound () const
void
Region::post_set (const PropertyChange& pc)
{
if (pc.contains (Properties::position)) {
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
}
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
}
void