mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Make sure editor scale doesn't change loading presets
This commit is contained in:
parent
971cbc8ab9
commit
dc4df1bb38
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue