Resizing too fast breaks GUI

Hello,

I’m trying to implement resizability into a plugin. I’ve set the components’ bounds relative to the size of the plugin, but if I resize the plugin window too fast, the components do not accurately resize. They seem to be missing resize calls as their final bounds are not correct. Is this a bug or is there something else that can be done to fix this?

Thanks!