Hi all,
this tutorial says
https://docs.juce.com/master/tutorial_main_component.html
Warning
The Component::resized() function is called automatically whenever anything happens that leads to a size change of the component. Never call this function yourself!
Why? This is a public function. I have built several GUIs with Components calling resized() or `getParentComponent()->resized() in the past and never had any issues with that.
And I could use setBounds()or setSize() and that would call resized() anyway
So did I missed something? Or is it safe to use it?
Thanks,
Stefan
