Skip to content

Commit

Permalink
Fix undo
Browse files Browse the repository at this point in the history
  • Loading branch information
regulus79 committed Dec 10, 2024
1 parent 652a9b8 commit 09e00ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/clips/ClipView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,6 @@ void ClipView::fuseRhythm(QVector<ClipView*> clipvs)
movedNote.setPos(movedNote.pos() + clipOffset);
melodyNotes.push_back(movedNote);
}
clipv->getClip()->saveJournallingState(false);
clipv->remove();
}
else if (mclip->getTrack() == rhythmTrack)
Expand Down

0 comments on commit 09e00ba

Please sign in to comment.