GUI: scroll instrument/wave/sample list when
selecting item
This commit is contained in:
parent
2ada4ee393
commit
769a89852f
4 changed files with 47 additions and 7 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue