mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Revert "Mostly fix editor GUIs drifting in negative coords"
I've also tried a lot of other things, but none of the solutions I've
tried work 100% of the time. It sounds like a better idea to have
something that doesn't work consistently than to have something that
inconsistently sort of works. Setting the size in `WM_WINDOWPOSCHANGING`
to (0, 0) fixes the drifting, but the mouse coordinates are still wrong
and `SetWindowPos()` breaks the reparenting.
This reverts commit db2cc5800a.
This commit is contained in:
@@ -45,11 +45,6 @@ TODO: Add an updates screenshot with some fancy VST3-only plugins to the readme
|
||||
and 5.8 required a change, but that change now breaks builds using Wine 6.0
|
||||
and up, so this change has been reverted.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Mostly fixed editor GUIs drifting off to the top or the left when dragging the
|
||||
window off screen in those directions.
|
||||
|
||||
### yabridgectl
|
||||
|
||||
- Updated for the changes in yabridge 3.0. Yabridgectl now allows you to set up
|
||||
|
||||
Reference in New Issue
Block a user