GUI: allow cursor movement when stepping

This commit is contained in:
tildearrow 2022-04-14 03:05:58 -05:00
parent 55e085b148
commit 11516d7923
4 changed files with 9 additions and 3 deletions

View file

@ -3629,6 +3629,7 @@ FurnaceGUI::FurnaceGUI():
fadeMode(false),
randomMode(false),
haveHitBounds(false),
pendingStepUpdate(false),
oldOrdersLen(0),
sampleZoom(1.0),
prevSampleZoom(1.0),