mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
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…
Reference in a new issue