DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.22k stars 153 forks source link

resolution is bugged dragging the window between two monitors #459

Open filsdecanard opened 1 year ago

filsdecanard commented 1 year ago

version 22.11 build 1337 running monterey

when dragging an open cardinal window from one monitor to another monitor with lower resolution it does not seem to work on the other monitor. the window becomes very zoomed in and the mouse does not always align with the window, sometimes having to click outside the window in order for the cursor to register. on the other monitor, most gui features are oversized and inaccessable, for instance the giant scrollbar and module browser in the pics.

i can confirm this also happens on the latest stable release, and happens in the synth fx and regular plugin version. thanks

module browser on the other monitor after dragging to the other monitor

normal view
falkTX commented 1 year ago

this happens due to the 2 screens having different scale factors. likely one is high-dpi and the other not. there is no solution for this yet, it is not supported in DPF (and thus Cardinal) at the moment.