GUI: follow cursor when pasting
This commit is contained in:
parent
f42855f170
commit
570c43e332
1 changed files with 1 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ void FurnaceGUI::doPaste(PasteMode mode) {
|
|||
}
|
||||
if (settings.cursorPastePos) {
|
||||
cursor.y=j;
|
||||
updateScroll(cursor.y);
|
||||
}
|
||||
|
||||
makeUndo(GUI_UNDO_PATTERN_PASTE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue