mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Update the status on vst3_no_scaling and HiDPI
Apparently 200% scaling with Wine's font DPI set to 192 often does work correctly.
This commit is contained in:
@@ -124,10 +124,12 @@ class Configuration {
|
||||
|
||||
/**
|
||||
* Disable `IPlugViewContentScaleSupport::setContentScaleFactor()`. Wine
|
||||
* does not properly implement DPI scaling, so without this option plugins
|
||||
* using GDI+ would draw their editor GUIs at the normal size even though
|
||||
* their window would actually be scaled. That would result in giant black
|
||||
* borders at the top and the right of the window.
|
||||
* does not properly implement fractional DPI scaling, so without this
|
||||
* option plugins using GDI+ would draw their editor GUIs at the normal size
|
||||
* even though their window would actually be scaled. That would result in
|
||||
* giant black borders at the top and the right of the window. It appears
|
||||
* that with a Wine font DPI of 192 plugins often do draw correctly at 200%
|
||||
* scale.
|
||||
*/
|
||||
bool vst3_no_scaling = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user