GUI: scroll instrument/wave/sample list when

selecting item
This commit is contained in:
tildearrow 2022-05-19 13:06:26 -05:00
parent 2ada4ee393
commit 769a89852f
4 changed files with 47 additions and 7 deletions

View file

@ -3807,6 +3807,7 @@ bool FurnaceGUI::loop() {
wheelX=0;
wheelY=0;
wantScrollList=false;
pressedPoints.clear();
releasedPoints.clear();
@ -4117,6 +4118,7 @@ FurnaceGUI::FurnaceGUI():
displayNew(false),
fullScreen(false),
preserveChanPos(false),
wantScrollList(false),
vgmExportVersion(0x171),
drawHalt(10),
macroPointSize(16),