We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43df6b2 commit 862419fCopy full SHA for 862419f
Changelist.txt
@@ -1,3 +1,7 @@
1
+1.0.18:
2
+
3
+- Fixed FX not being in the correct order when opening GUI
4
5
1.0.17:
6
7
- Added 50 more presets
plugin/Source/Editor.cpp
@@ -102,4 +102,6 @@ void Editor::resized()
102
#else
103
layout.setLayout ("layout.json");
104
#endif
105
106
+ handleAsyncUpdate();
107
}
0 commit comments