GUI: fix scrolling when stepping rows
This commit is contained in:
parent
0461d220b8
commit
d096d5eb3c
7 changed files with 21 additions and 11 deletions
|
|
@ -111,6 +111,7 @@ void FurnaceGUI::doAction(int what) {
|
|||
break;
|
||||
case GUI_ACTION_STEP_ONE:
|
||||
e->stepOne(cursor.y);
|
||||
pendingStepUpdate=1;
|
||||
break;
|
||||
case GUI_ACTION_OCTAVE_UP:
|
||||
if (++curOctave>7) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue