We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd2e0f commit 5fc0aa1Copy full SHA for 5fc0aa1
src/engraving/dom/edit.cpp
@@ -7553,7 +7553,7 @@ void Score::undoRemoveStaleTieJumpPoints(bool undo)
7553
startCmd(TranslatableString("engraving", "Remove stale partial tie"));
7554
undoRemoveElement(incomingPT);
7555
endCmd();
7556
- if (undoIdx != undoStack()->currentIndex() && undoStack()->currentIndex() > 2) {
+ if (undoIdx != undoStack()->currentIndex() && undoStack()->currentIndex() >= 2) {
7557
undoStack()->mergeCommands(undoStack()->currentIndex() - 2);
7558
}
7559
} else {
0 commit comments