Skip to content

Commit a1ecc45

Browse files
committed
Update Gin & Juce
1 parent 135fb6f commit a1ecc45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/gin

Submodule gin updated 386 files

modules/juce

Submodule juce updated 180 files

plugin/Source/Panels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class OscillatorBox : public gin::ParamBox,
9191
if (sz <= 0)
9292
{
9393
auto w = std::make_shared<gin::PluginAlertWindow> ("Import Wavetable", "Wav file does not contain Wavetable metadata. What is the wavetable size?", juce::AlertWindow::NoIcon, getParentComponent());
94-
w->setLookAndFeel (proc.lf.get());
94+
w->setLookAndFeel (proc.processorOptions.lookAndFeel.get());
9595
w->addComboBox ("size", { "256", "512", "1024", "2048" }, "Samples per table:");
9696
w->getComboBoxComponent ("size")->setSelectedItemIndex (3);
9797

0 commit comments

Comments
 (0)