From a1ecc45393ef307f15bf19337a9008373f991679 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Thu, 18 Dec 2025 09:37:23 -0800 Subject: [PATCH] Update Gin & Juce --- modules/gin | 2 +- modules/juce | 2 +- plugin/Source/Panels.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gin b/modules/gin index 914fb0e..c381198 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 914fb0e07d2cacffe3577367f4b123bef04f6cae +Subproject commit c3811984634af3b5bb586837f9f51abe4d4e6462 diff --git a/modules/juce b/modules/juce index e26c69e..2582037 160000 --- a/modules/juce +++ b/modules/juce @@ -1 +1 @@ -Subproject commit e26c69e7bf35c9c800ac826c74d258d5fbafd1eb +Subproject commit 258203706cdfc1357effe8cc752672b793cea37d diff --git a/plugin/Source/Panels.h b/plugin/Source/Panels.h index e9e2f55..cf79d30 100644 --- a/plugin/Source/Panels.h +++ b/plugin/Source/Panels.h @@ -91,7 +91,7 @@ public: if (sz <= 0) { auto w = std::make_shared ("Import Wavetable", "Wav file does not contain Wavetable metadata. What is the wavetable size?", juce::AlertWindow::NoIcon, getParentComponent()); - w->setLookAndFeel (proc.lf.get()); + w->setLookAndFeel (proc.processorOptions.lookAndFeel.get()); w->addComboBox ("size", { "256", "512", "1024", "2048" }, "Samples per table:"); w->getComboBoxComponent ("size")->setSelectedItemIndex (3);