My code is as follows:
setResizable(true, true);
setResizeLimits(500, 300, 2000, 1200);
setSize(1000, 600);
If I grab the VST window by the corner, but not by the CornerResizer component the thing in the picture happens (ignore the pixelation). The plugin is not resized, just the window it sits in. The rest is white+black.
Is this standard behavior? Is there a way around this?