Fix reopening closed editor windows

This commit is contained in:
Robbert van der Helm
2020-04-19 20:36:39 +02:00
parent f29a859713
commit 1a6a094c2b
3 changed files with 26 additions and 5 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ 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:
- Fix implementation bugs:
- Fix hiding and showing of editor windows, closing a window with alt+f4
freezes the editor,
- Closing editor windows is slow, this can be improved,
- Polish GUIs even further. There are some todos left in
`src/wine-host/editor.{h,cpp}`.
- There are likely some minor issues left.