GUI: add move cursor by edit step on insert option
This commit is contained in:
parent
a6eec9f7c4
commit
1f058ac653
3 changed files with 14 additions and 0 deletions
|
|
@ -3769,6 +3769,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
break;
|
||||
case GUI_ACTION_PAT_INSERT:
|
||||
doInsert();
|
||||
if (settings.stepOnInsert) {
|
||||
moveCursor(0,editStep,false);
|
||||
}
|
||||
break;
|
||||
case GUI_ACTION_PAT_MUTE_CURSOR:
|
||||
if (cursor.xCoarse<0 || cursor.xCoarse>=e->getTotalChannelCount()) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue