}
SetSize( maxWidth, maxHeight );
+ InvalidateBestSize();
return TRUE;
}
{
// nothing special to do here - we relayout in Realize() later
tool->Attach(this);
+ InvalidateBestSize();
return TRUE;
}
tool2->SetPosition( pt ) ;
}
+ InvalidateBestSize();
return TRUE ;
}