When I set automaticallyScaleAndSetAsMinimumSize=true in the constructor of DISTRHO::UI, my Linux build crashes when I set the interface scale to 200% (Linux Mint 21.3). The error reads as follows:
assertion failure: "width > 1 && height > 1" in file dpf/dgl/src/WindowPrivateData.cpp, line 584, v1 1, v2 1
I'm pretty sure I have seen this working before so I suspect a breaking change somewhere. Let me know if should investigate which version of DPF that plugin was using.
When I set
automaticallyScaleAndSetAsMinimumSize=true
in the constructor ofDISTRHO::UI
, my Linux build crashes when I set the interface scale to 200% (Linux Mint 21.3). The error reads as follows:assertion failure: "width > 1 && height > 1" in file dpf/dgl/src/WindowPrivateData.cpp, line 584, v1 1, v2 1
I'm pretty sure I have seen this working before so I suspect a breaking change somewhere. Let me know if should investigate which version of DPF that plugin was using.