Not sure if I’m doing something wrong. But here’s the deal. I have created my Plugin editor with createEditorIfNeeded() and before I add to the GUI, I use setBounds to make it show in the middle of my GUI.
When I call addAndMakeVisible, it shows a blank square at the top-left, them it jumps to where I have set with setBounds. Is this a bug or something wrong I’m doing?
My project is a VST Plugin which is loading other plugins with the AudioProcessorGraph.
Windows - XP, I’m using Orion to test the VST DLL file.
Thanks.