Label disappears after setting text size
mta452 opened this issue · 1 comments
mta452 commented
The steps to reproduce the issue are the following.
- Set text of a
TLabel
with typesetter usingsetTypesetter()
method. - Set text size of the label using
setTextSize()
method. - The label will become empty. If size is set before the typesetter, the label works as expected.
mta452 commented
Fixed in v2.3