GUI: add setting for double click time
This commit is contained in:
parent
26e424fe9f
commit
b644de1c1f
4 changed files with 15 additions and 2 deletions
|
|
@ -1294,6 +1294,7 @@ class FurnaceGUI {
|
|||
int exportLoops;
|
||||
double exportFadeOut;
|
||||
int macroLayout;
|
||||
float doubleClickTime;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1428,6 +1429,7 @@ class FurnaceGUI {
|
|||
exportLoops(0),
|
||||
exportFadeOut(0.0),
|
||||
macroLayout(0),
|
||||
doubleClickTime(0.3f),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue