Hi.
Is there an easy way to find the relative position of a component in it’s TopLevelComponent?
Thanks.
Hi.
Is there an easy way to find the relative position of a component in it’s TopLevelComponent?
Thanks.
getTopLevelComponent()->getLocalArea (this, getLocalBounds()) ?
Got it, thanks!