mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Fix crasher on division change
This commit is contained in:
parent
0debd16015
commit
cb57ba9a67
|
@ -1178,6 +1178,8 @@ static VLNoteList Realign(const VLNoteList & notes,
|
||||||
at += n.fDuration;
|
at += n.fDuration;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
newNotes = notes;
|
||||||
}
|
}
|
||||||
if (fromProp.fDivisions != toProp.fDivisions) {
|
if (fromProp.fDivisions != toProp.fDivisions) {
|
||||||
VLRealigner realign(fromProp.fDivisions, toProp.fDivisions);
|
VLRealigner realign(fromProp.fDivisions, toProp.fDivisions);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user