mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-01-03 17:04:00 +00:00
Fix flipped test for division realignment
This commit is contained in:
parent
b8040292b1
commit
b92c94ce7e
|
@ -1097,7 +1097,7 @@ static VLNoteList Realign(const VLNoteList & notes,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fromProp.fDivisions == toProp.fDivisions) {
|
if (fromProp.fDivisions != toProp.fDivisions) {
|
||||||
VLRealigner realign(fromProp.fDivisions, toProp.fDivisions);
|
VLRealigner realign(fromProp.fDivisions, toProp.fDivisions);
|
||||||
|
|
||||||
VLNoteList alignedNotes;
|
VLNoteList alignedNotes;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user