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

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