diff --git a/Changelist.txt b/Changelist.txt index 5f96647..207ee85 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,3 +1,7 @@ +1.0.18: + +- Fixed FX not being in the correct order when opening GUI + 1.0.17: - Added 50 more presets diff --git a/plugin/Source/Editor.cpp b/plugin/Source/Editor.cpp index 32e55c6..b265730 100644 --- a/plugin/Source/Editor.cpp +++ b/plugin/Source/Editor.cpp @@ -102,4 +102,6 @@ void Editor::resized() #else layout.setLayout ("layout.json"); #endif + + handleAsyncUpdate(); }