GUI: add "cursor follows wheel" option
needs testing
This commit is contained in:
parent
2f0f30f2f4
commit
d411c9caba
3 changed files with 19 additions and 2 deletions
|
|
@ -1521,6 +1521,7 @@ class FurnaceGUI {
|
|||
int pullDeleteRow;
|
||||
int newSongBehavior;
|
||||
int memUsageUnit;
|
||||
int cursorFollowsWheel;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1674,6 +1675,7 @@ class FurnaceGUI {
|
|||
pullDeleteRow(1),
|
||||
newSongBehavior(0),
|
||||
memUsageUnit(1),
|
||||
cursorFollowsWheel(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue