From 862419f88f462bbac407f37cfade98bd8050709f Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sun, 15 Oct 2023 06:45:26 -0700 Subject: [PATCH] Fixed FX not being in the correct order when opening GUI --- Changelist.txt | 4 ++++ plugin/Source/Editor.cpp | 2 ++ 2 files changed, 6 insertions(+) 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(); }