Region:;set_state() should always set quarter_note.
- fix for 4.x sessions showing notes stacked at session start.
This commit is contained in:
parent
ac6f44d92b
commit
6ed8c113a2
@ -1316,6 +1316,8 @@ Region::_set_state (const XMLNode& node, int /*version*/, PropertyChange& what_c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
|
||||||
|
|
||||||
/* fix problems with old sessions corrupted by impossible
|
/* fix problems with old sessions corrupted by impossible
|
||||||
values for _stretch or _shift
|
values for _stretch or _shift
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user