Skip to content

Commit 862419f

Browse files
committed
Fixed FX not being in the correct order when opening GUI
1 parent 43df6b2 commit 862419f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Changelist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.18:
2+
3+
- Fixed FX not being in the correct order when opening GUI
4+
15
1.0.17:
26

37
- Added 50 more presets

plugin/Source/Editor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ void Editor::resized()
102102
#else
103103
layout.setLayout ("layout.json");
104104
#endif
105+
106+
handleAsyncUpdate();
105107
}

0 commit comments

Comments
 (0)