TGradientLabel - AutoSize

At Design time, if I set the AutoSize to TRUE and change the text for the Caption, the size automatically changes to the new width. However at run time, if I set the Caption I then have to call:



MyGradientLabel..AutoSize := true;



To get the label to adjust its Width.



Is this a bug or a feature?



We traced & solved this issue. The next update will address this.