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

@ -810,7 +810,7 @@ class FurnaceGUI {
String mmlStringW;
bool quit, warnQuit, willCommit, edit, modified, displayError, displayExporting, vgmExportLoop, wantCaptureKeyboard, oldWantCaptureKeyboard, displayMacroMenu;
bool displayNew, fullScreen, preserveChanPos;
bool displayNew, fullScreen, preserveChanPos, wantScrollList;
bool willExport[32];
int vgmExportVersion;
int drawHalt;