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

@ -6718,7 +6718,7 @@ void FurnaceGUI::drawInsEdit() {
if (curWave==-1) {
showError("too many wavetables!");
} else {
wantScrollList=true;
wantScrollListWave=true;
MARK_MODIFIED;
RESET_WAVE_MACRO_ZOOM;
nextWindow=GUI_WINDOW_WAVE_EDIT;