I’ve created a simple plugin project to demonstrate an issue I’m having (on Windows 10). JUCE 6.1.6. You click a button in the plugin window to open a secondary window.
TwoWindowsPlug.zip (30.4 KB)
My plugin can launch a few separate windows - for debugging purposes. I know it is not recommended to have additional windows in a released plugin.
But in any case, when I run the display with Display Scaling at 100%, the secondary window opens the correct size (same as the main plugin in this example project):

When I set the Windows Display Scaling to 150%, the AudioPluginHost and the plugin’s window open at the same size, but the secondary window opens at 75%:

Is there something I should be doing to fix this?


