B4J Question Changing ChoiceBox font doesn't change the selected item

MegatenFreak

Active Member
Licensed User
[PROBLEM SOLVED]

I apologize. Please do not post this thread. Thank you.

---------------

Hi.
I'm changing the font of my choicebox items using:

cb.Style = cb.Style & $" -fx-font-family:"Far.Homa"; -fx-font-size:18;"$

It changes all the items in the dropdown list, but the original label at the top that shows what item is currently selected appears in default font. How can I change that?
Thank you.
 
Last edited:
Top