Resizing an Auv3

Hi, I’m handling this by calculating an affine transform in the resized() method of the AudioProcessorEditor and then setting it on my main windows accordingly.

This works 50% of the time but sometime the window is resized and the transform doesn’t get updated.

Is this an acceptable way to handle things or should I be going about this in a different way?

Thanks

So have cured this by posting a command message inside resized() and handling the transform in handleCommandMessage()