GUI: move cursor up on pull delete

fixes #28
This commit is contained in:
tildearrow 2022-01-20 02:53:59 -05:00
parent 4ee17d35cd
commit 04240ffa46
2 changed files with 16 additions and 0 deletions

View file

@ -188,6 +188,7 @@ class FurnaceGUI {
int patRowsBase;
int orderRowsBase;
int soloAction;
int pullDeleteBehavior;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -206,6 +207,7 @@ class FurnaceGUI {
patRowsBase(0),
orderRowsBase(1),
soloAction(0),
pullDeleteBehavior(1),
maxUndoSteps(100),
mainFontPath(""),
patFontPath("") {}