Resizing plugin not working properly.

Hey,

my synthesizer plug-in (http://www.hansen-audio.de) can resize from 100% to 150% and 200%. I think that this is what you want to achieve as well, right?

I am using Reaper regularly and it seems to work fine here. The Reaper frame adapts to editor size correctly after resizing was initiated from the plug-in side.

The GUI of my plug-in is done with VSTGUI and I used this example as a base: https://github.com/steinbergmedia/vstgui/blob/develop/vstgui/tests/uidescription%20vst3/source/zoomtest.cpp

Maybe this helps a bit to see which sequences need to be done.

René