-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bold text in JComboBox with version 1.6.2 #423
Comments
Strange, don't have this effect on my main desktop PC (Windows 11), but on another PC (Windows 10). This is caused by using a round rectangle for clipping. See commit 0b6df8b |
I am not using round components in my app. I tested the following:
So, the last option does the trick for me. Just wonder why it's necessary. |
Comboboxes, spinners and buttons, etc. have (small) round corners by default.
Because the combobox has (small) round corners by default. But if using larger corner radius ( I'm working on a solution... |
Fixed in 1.6.3. Thanks for reporting 👍 |
After updating to version 1.6.2, the text in my JComboBoxes is rendered in bold. I downloaded the FlatLaf demo app, and it shows the same behavior. It seems that editable combo boxes are not affected. I'm using Eclipse Temurin 11.0.12+7 on Windows 10 to run the app.
The text was updated successfully, but these errors were encountered: