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:
tildearrow 2023-03-08 02:24:28 -05:00 committed by GitHub
commit 58f73d6284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View file

@ -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),