GUI: add move cursor by edit step on insert option

This commit is contained in:
tildearrow 2022-03-12 02:32:02 -05:00
parent a6eec9f7c4
commit 1f058ac653
3 changed files with 14 additions and 0 deletions

View file

@ -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;