FitButton
FitButton copied to clipboard
Button is not resized when set text dynamically
If you don't set the fb_text attribute or let it with a blank string, then text will not appear when you set it programmatically. My guess is that the button is not resizing when text changes.
I have the same issue. We should never let fb_text attribute blank in order to fix it.