Update juce

This commit is contained in:
Roland Rabien 2025-11-19 17:15:05 -08:00
commit 1278476a3d
6 changed files with 122 additions and 135 deletions

View file

@ -98,9 +98,9 @@ void Editor::resized()
#if JUCE_DEBUG
auto f = juce::File (__FILE__).getChildFile ("../../Resources/layout.json");
layout.setLayout ("layout.json", f);
layout.setLayout ({f});
#else
layout.setLayout ("layout.json");
layout.setLayout ({"layout.json"});
#endif
handleAsyncUpdate();