Linux VST3: Resize / host window does not change the size

Thanks for looking at this. It seems to work if we set setResizable(true, true) in the constructor. But it does not work anymore if we are using following work around with the timer that makes the plugin render in the right size in macOS reaper or live:

The best solution may would be a fix for setResizable(true, true) so that we can restore a plugin size when open the plugin view in reaper and that the plugin does not fill the whole space automatically. What do you think?