I want to do what the base does, but then I want to add some derivative things.
I tried the following, but this did not work: (this function is virtual in AguiWidget)
void AguiLabel::onSizeChanged( const AguiSize &size )
{
AguiWidget.onSizeChanged(size);
updateLabel();
}
thank
source
share