mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Only reset coordinates when resizing
This was the original idea. I though that to be extra safe, maybe we can do this all the time. And while that does work fine, most of the time, it does cause a lot of other fun issues especially when plugins fully redraw themselves that way.
This commit is contained in:
+4
-4
@@ -23,10 +23,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
### Changed
|
||||
|
||||
- Yabridge's Wine window embedding now takes more measures to make sure that the
|
||||
plugin draws itself properly in the top left corner of the window. This is
|
||||
needed for some buggy plugins that draw window based on absolute screen
|
||||
coordinates, instead of their positioning within the parent window, like the
|
||||
_Soundtoys_ plugins and older _PSPaudioware_ plugins.
|
||||
plugin draws itself properly in the top left corner of the window when windows
|
||||
are being resized. This is needed for some buggy plugins that draw window
|
||||
based on absolute screen coordinates, instead of their positioning within the
|
||||
parent window, like the _Soundtoys_ plugins and older _PSPaudioware_ plugins.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user