it finally works

issue #1991
This commit is contained in:
tildearrow 2025-07-24 03:09:55 -05:00
parent c60948be9e
commit 252ac0626f

View file

@ -2043,7 +2043,7 @@ void FurnaceGUI::doDrag(bool copy) {
doPaste(GUI_PASTE_MODE_OVERFLOW,0,false,c);
updateScroll(cursor.y);
makeUndo(GUI_UNDO_PATTERN_DRAG);
makeUndo(GUI_UNDO_PATTERN_DRAG,UndoRegion(firstOrder,0,0,lastOrder,e->getTotalChannelCount()-1,e->curSubSong->patLen-1));
}
void FurnaceGUI::moveSelected(int x, int y) {