Issue with moving standalone window on Windows 8.1

I’m having issues where the standalone plugin window gets “stuck” on windows 8.1 when moving it between monitors. This gif shows the problem:

Moving the cursor past a certain point causes it to get “stuck” in between my monitors once the cursor goes past a certain distance. I can move it easily to the second monitor, the primary monitor is the only region that has the issue.

Do you see the same behaviour when moving other JUCE windows?

I can only reproduce the behavior in standalone plugin windows. Normal JUCE apps and windows are fine.

I’ve received the same issue from a beta tester using Windows and my standalone app with multiple monitors.

It looks like the left edge of the ResizeableCornerComponent is snapped to the boundary between monitors.

This should be fixed on develop now