GUI: add setting to bring old macro vSlider back
This commit is contained in:
parent
76adccc0fc
commit
613b538fb9
3 changed files with 41 additions and 18 deletions
|
|
@ -890,6 +890,7 @@ class FurnaceGUI {
|
|||
int hiddenSystems;
|
||||
int horizontalDataView;
|
||||
int noMultiSystem;
|
||||
int oldMacroVSlider;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -974,6 +975,7 @@ class FurnaceGUI {
|
|||
hiddenSystems(0),
|
||||
horizontalDataView(0),
|
||||
noMultiSystem(0),
|
||||
oldMacroVSlider(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue