Merge pull request #1015 from ZoomTen/move-cursor-with-order
Option to move the cursor along with order upon moving order up/down
This commit is contained in:
commit
58f73d6284
3 changed files with 19 additions and 0 deletions
|
|
@ -1343,6 +1343,7 @@ class FurnaceGUI {
|
|||
int doubleClickColumn;
|
||||
int blankIns;
|
||||
int dragMovesSelection;
|
||||
int cursorFollowsOrder;
|
||||
int unsignedDetune;
|
||||
int noThreadedInput;
|
||||
int saveWindowPos;
|
||||
|
|
@ -1483,6 +1484,7 @@ class FurnaceGUI {
|
|||
doubleClickColumn(1),
|
||||
blankIns(0),
|
||||
dragMovesSelection(1),
|
||||
cursorFollowsOrder(1),
|
||||
unsignedDetune(0),
|
||||
noThreadedInput(0),
|
||||
clampSamples(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue