I have a standalone application which hosts VSTGUI4 plugins. Because, as i am aware, VSTGUI4 plugins can not be scaled, i want to prevent my application to automatically scale itself when displayed on hi-res monitor. Attaching two screenshots - the first one is proper, displayed with scaling 100% and 2nd is wrong, using scaling > 100% (everything has been scaled automatically, except hosted VSTGUI plugin).
I’ve also built application with JUCE_DISABLE_WIN32_DPI_AWARENESS flag enabled, but things are the same.
I am not really comfortable with this scaling stuff, yet, so can you help me …how can i prevent scaling of my application, i guess i am doing something wrong in my app? I can tell i am not scaling anything in my code.
JUCE 4.3.1
Thank you!!!