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:
Robbert van der Helm
2021-08-16 21:31:57 +02:00
parent aee6e9a4a7
commit b84aa18ecf
2 changed files with 16 additions and 21 deletions
+4 -4
View File
@@ -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