Fix plugins not updating with dropdowns

This commit is contained in:
Robbert van der Helm
2020-03-23 22:19:49 +01:00
parent c046f9fe7b
commit 5d1051a00c
3 changed files with 19 additions and 20 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ Yet Another way to use Windows VST2 plugins in Linux VST hosts.
There are a few things that should be done before releasing this, including:
- Implement missing features:
- GUIs. It mostly works right now, but there are a few small problems
remaining regarding window placement and child windows (i.e. droopdowns).
- GUIs. The only problem remaining is that child windows (such as dropdowns)
don't appear anchored to the reparented editor and will still appear in the
top left corner of the screen.
- Add missing details if any to the architecture section.
- Document what this has been tested on and what does or does not work.
- Document wine32 support.