AU-Host Plugin Windows and setUsingNativeTitleBar(true)

FYI - bug?

AU-Host Plugin Windows and setUsingNativeTitleBar(true)

i modified my plugin-host (based on the Juce Plugin-Host), to juse native window borders via setUsingNativeTitleBar(true) in the PluginWindow-Class (from the Juce-Plugin Host example)
In this case, all newer juce-plugins (not the older ones), will not appear (you only see a empty window)

Changing the window mode would probably cause a problem if you changed it after opening some plugin windows, but I wouldn’t have thought it would break anything if you set it before opening them (?)

thanks , I’ll will try that.