GUI: separate wantScrollList

issue #1894
This commit is contained in:
tildearrow 2024-05-21 17:26:04 -05:00
parent 57185c6da9
commit 603249573a
5 changed files with 35 additions and 30 deletions

View file

@ -6605,7 +6605,9 @@ bool FurnaceGUI::loop() {
wheelX=0;
wheelY=0;
wantScrollList=false;
wantScrollListIns=false;
wantScrollListWave=false;
wantScrollListSample=false;
pressedPoints.clear();
releasedPoints.clear();
@ -7533,9 +7535,11 @@ FurnaceGUI::FurnaceGUI():
preserveChanPos(false),
sysDupCloneChannels(true),
sysDupEnd(false),
wantScrollList(false),
noteInputPoly(true),
notifyWaveChange(false),
wantScrollListIns(false),
wantScrollListWave(false),
wantScrollListSample(false),
displayPendingIns(false),
pendingInsSingle(false),
displayPendingRawSample(false),