Fix drag-and-drop skipping the first tick

This check is of course not supposed to be here.
This commit is contained in:
Robbert van der Helm
2021-08-22 15:56:23 +02:00
parent e9be5fd369
commit c12c1459bb
2 changed files with 18 additions and 13 deletions
+7
View File
@@ -27,6 +27,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The `editor_double_embed` option added in yabridge 1.4.0 has been removed as
the `editor_coordinate_hack` option supersedes it.
### Fixed
- Fixed the drag-and-drop implementation now sending an `XdndStatus` message on
the very first tick. This fixes drag-and-drop from _Samplab_ which has a
broken drag-and-drop implementation and only starts the operation after the
left mouse button has already been released.
### Packaging notes
- We now target VST3 SDK version 3.7.3 with git tag `v3.7.3_build_20-patched`.