GUI: more usability improvements

- move cursor to end of clipboard when pasting
- better effect input
This commit is contained in:
tildearrow 2022-04-03 19:20:30 -05:00
parent d112cd0c68
commit 90bbc42290
4 changed files with 35 additions and 1 deletions

View file

@ -556,6 +556,9 @@ void FurnaceGUI::doPaste(PasteMode mode) {
i=1;
}
}
if (settings.cursorPastePos) {
cursor.y=j;
}
makeUndo(GUI_UNDO_PATTERN_PASTE);
}