mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fixed FX not being in the correct order when opening GUI
This commit is contained in:
parent
43df6b217c
commit
862419f88f
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
1.0.18:
|
||||||
|
|
||||||
|
- Fixed FX not being in the correct order when opening GUI
|
||||||
|
|
||||||
1.0.17:
|
1.0.17:
|
||||||
|
|
||||||
- Added 50 more presets
|
- Added 50 more presets
|
||||||
|
|
|
||||||
|
|
@ -102,4 +102,6 @@ void Editor::resized()
|
||||||
#else
|
#else
|
||||||
layout.setLayout ("layout.json");
|
layout.setLayout ("layout.json");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
handleAsyncUpdate();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue