Hello,
today I tested my plugin on windows with a text scalefactor of 200% at 4k resolution. The plugin window has no dpi aware. it is only half the size as it should be. To make a double-check, i created a fresh vst3-plugin. The freshly created plugin is aware of the dpi has the right proprotions. JUCE-Version in both plugins is 5.4.7.
Does anyone know this problem and knows how I can fix it? Is there a switch I accidentally flipped?
I just tried Juce 6 in the last hour. Unfortunately it shows the same behaviour. There must be something different in the project setup. But I have no clou what that can be. I compared both app.configs. Nothing was noticeable there.
I could fix the problem in the meantime.
Cause:
Coincidentally I had my own method “setScaleFactor” in the ProcessorEditor without knowing that the base class also provides it. To make things even more “funny”, it had the same signature as the base class