Hello,
First let me say I'm loving 3.0 so far. A lot of really, really awesome changes came through. However, I'm having an issue I can't seem to find the 'correct' way to solve. I have several situations where I am updating the text of a Label and then immediately resizing a UITable that contains the label. On 2.7.0 this worked fine, however - since moving to 3.0 it does not accurately resize any longer. The problem seems to be that I need to call "ProcessText" before resizing the lable. I can force this by accessing various values - but it would really be ideal if I could just directly call ProcessText() by making it public.
This is a super easy 'edit' for me to maintain, but I thought I would post just in case I'm missing something obvious. MakePixelPerfect isn't a good resolution because it also seems to be changing the dimensions of the label (one is set to "ResizeHeight" only and MakePixelPerfect is adding width to it, where as ProcessText works as expected).
Thanks for any feedback/input!
Best,
Kyle