Fixed FX not being in the correct order when opening GUI

This commit is contained in:
Roland Rabien 2023-10-15 06:45:26 -07:00
commit 862419f88f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1.0.18:
- Fixed FX not being in the correct order when opening GUI
1.0.17: 1.0.17:
- Added 50 more presets - Added 50 more presets

View file

@ -102,4 +102,6 @@ void Editor::resized()
#else #else
layout.setLayout ("layout.json"); layout.setLayout ("layout.json");
#endif #endif
handleAsyncUpdate();
} }