Skip to content

Commit

Permalink
Restore the WaveTable Editor
Browse files Browse the repository at this point in the history
After yesterday's LUA refactor

Closes surge-synthesizer#4926
  • Loading branch information
baconpaul committed Aug 27, 2021
1 parent d83e03e commit afd01f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/overlays/LuaEditors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ struct WavetablePreviewComponent : juce::Component

WavetableEquationEditor::WavetableEquationEditor(SurgeGUIEditor *ed, SurgeStorage *s,
OscillatorStorage *os, Surge::GUI::Skin::ptr_t sk)
: CodeEditorContainerWithApply(ed, s, sk), osc(os)
: CodeEditorContainerWithApply(ed, s, sk, true), osc(os)
{
if (osc->wavetable_formula == "")
{
Expand Down

0 comments on commit afd01f9

Please sign in to comment.