mark song as modified when wavetable synth is toggled
This commit is contained in:
parent
ddb29874d7
commit
49e90f10f4
|
@ -3078,7 +3078,7 @@ void FurnaceGUI::insTabWavetable(DivInstrument* ins)
|
|||
wavePreviewHeight=31;
|
||||
break;
|
||||
}
|
||||
if (ImGui::Checkbox(_("Enable synthesizer"),&ins->ws.enabled)) {
|
||||
if (ImGui::Checkbox(_("Enable synthesizer"),&ins->ws.enabled)) { PARAMETER
|
||||
wavePreviewInit=true;
|
||||
}
|
||||
if (ins->ws.enabled) {
|
||||
|
|
Loading…
Reference in a new issue