I’ve been updating a few projects to use FileChooser launchAsync() instead of the now deprecated modal calls. On Windows I get noticeably blurry dialog boxes. It looks like the dialogs are not rendered as they should be on Hi-DPI screens. The plugin UI itself is fine on Hi-DPI screens.
Am I missing something or is it a general Windows Hi-DPI bug?
This is on JUCE 6. Haven’t tried 7 yet. Windows only.