You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add a number of text items to a ChoiceBox, but when the stage is shown, the width is not correctly calculated. Only after clicking on the ChoiceBox the width is calculated to correct size that fits all its items:
Initially (incorrect size):
After clicking on ChoiceBox and selecting another item (correct size):
The text was updated successfully, but these errors were encountered:
This is most probably a problem with JavaFX itself. If so it needs to be reported in the JavaFX bug tracker. Can you double check it also happens in Modena?
I add a number of text items to a ChoiceBox, but when the stage is shown, the width is not correctly calculated. Only after clicking on the ChoiceBox the width is calculated to correct size that fits all its items:
Initially (incorrect size):
After clicking on ChoiceBox and selecting another item (correct size):
The text was updated successfully, but these errors were encountered: