Prevent cursors from being unintentionally hidden

Some interaction between JUCE and Wine would cause these cursors to be
hidden and then never shown again. This is of course more of a temporary
workaround until the issue gets solved within Wine.
This commit is contained in:
Robbert van der Helm
2021-06-28 18:11:43 +02:00
parent c51f92276a
commit c067cd1b40
3 changed files with 23 additions and 4 deletions
+4
View File
@@ -49,6 +49,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed mouse cursors disappearing when interacting with some plugin GUIs. This
happened often with _JUCE_ based plugins like Sonic Academy's _Kick 2_ and
_Anaglyph_. While this is technically a workaround for a bad interaction with
JUCE and Wine, it should make these plugins a lot more pleasant to use.
- Fixed missing transport information for VST2 plugins in **Ardour**, breaking
host sync and LFOs in certain plugins. This was a regression from yabridge
3.2.0.