parent
c60948be9e
commit
252ac0626f
|
@ -2043,7 +2043,7 @@ void FurnaceGUI::doDrag(bool copy) {
|
||||||
doPaste(GUI_PASTE_MODE_OVERFLOW,0,false,c);
|
doPaste(GUI_PASTE_MODE_OVERFLOW,0,false,c);
|
||||||
updateScroll(cursor.y);
|
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) {
|
void FurnaceGUI::moveSelected(int x, int y) {
|
||||||
|
|
Loading…
Reference in a new issue