Popupmenu drifts away on odd scaling (150%), sometimes

windows 11, juce 8.0.14
Sofar I disregarded scaling issues on windows. I could because the popupmenus apeared at the righ place on the screen. That is just the minimum I expect.
But lately with newer JUCE, when loading my vst3 in the juce pluginhost on windows 150% scaled machine, the popups apear at the wrong spot on the screen…setting scaling to 100% fixes the problem.
Typically the topleft x,y are seemingly mutliplied with the scaling factor, and the popup is placed on this wrong spot.
In Reaper it all works correctly, but in the juce pluginhost, it goes wrong.
Does anybody know whether this behaviour is a particular bug in juce pluginhost, or is it something that spreads to more hosts on windows?

There have been some recent changes in this area. Is the behaviour broken for you in the develop branch? Please make sure to build both the AudioPluginHost and your plugin from the develop branch when testing.

1 Like

I’m running the official 8.0.14 juce release. The pluginhost was build with older juce, I’ll use a 8.0.14 version for better reference from now on.
How can I download the develop branch as a zip? I never use github myself

1 Like