mark song as modified when wavetable synth is toggled

This commit is contained in:
Dalia 2024-11-28 16:59:59 -07:00 committed by tildearrow
parent ddb29874d7
commit 49e90f10f4

View file

@ -3078,7 +3078,7 @@ void FurnaceGUI::insTabWavetable(DivInstrument* ins)
wavePreviewHeight=31; wavePreviewHeight=31;
break; break;
} }
if (ImGui::Checkbox(_("Enable synthesizer"),&ins->ws.enabled)) { if (ImGui::Checkbox(_("Enable synthesizer"),&ins->ws.enabled)) { PARAMETER
wavePreviewInit=true; wavePreviewInit=true;
} }
if (ins->ws.enabled) { if (ins->ws.enabled) {