add setting to disable scrollChangesOrder

it's kinda unreliable at the moment
This commit is contained in:
tildearrow 2022-04-14 01:25:21 -05:00
parent d6333af330
commit 0e2ecaf6be
3 changed files with 13 additions and 4 deletions

View file

@ -812,6 +812,7 @@ class FurnaceGUI {
int insEditColorize;
int metroVol;
int pushNibble;
int scrollChangesOrder;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -880,6 +881,7 @@ class FurnaceGUI {
insEditColorize(0),
metroVol(100),
pushNibble(0),
scrollChangesOrder(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),