GUI: follow cursor when pasting

This commit is contained in:
tildearrow 2022-04-10 02:20:16 -05:00
parent f42855f170
commit 570c43e332
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ void FurnaceGUI::doPaste(PasteMode mode) {
}
if (settings.cursorPastePos) {
cursor.y=j;
updateScroll(cursor.y);
}
makeUndo(GUI_UNDO_PATTERN_PASTE);