add setting to disable scrollChangesOrder
it's kinda unreliable at the moment
This commit is contained in:
parent
d6333af330
commit
0e2ecaf6be
3 changed files with 13 additions and 4 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue