With a default Project as a Standalone Application there are various Issues with HiDPI while moving the Window from a HiDPI screen to a LoDPI screen and back.
HiDPI to LoDPI screen:
- Some Window Shadows will be drawn somewhere in space away from the Window
- When the “dragging” Mouse Cursor enters the second screen, the cursor as well as the Window drop in Y+ Position by approx 600 Pixel
LoDPI to HiDPI screen:
- Some Window Shadows will be drawn somewhere in space away from the Window
When the “dragging” Mouse Cursor enters the second screen, the cursor as well as the Window drop in Y- Position by approx 600 Pixel
I am using this Project https://github.com/juce-framework/JUCE/tree/master/examples/CMake/AudioPlugin with Juce 7.0.7 on Windows 10 22H2 with Visual Studio 2017.
bandicam 2023-08-27 18-15-33-039.zip (7.6 MB)

