Make sure editor scale doesn't change loading presets

This commit is contained in:
Roland Rabien 2023-10-05 05:42:08 -07:00
commit dc4df1bb38
3 changed files with 5 additions and 5 deletions

View file

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