-
-
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
Table grid not painted for checkbox #311
Comments
The problem is that the background of the checkbox is filled and paints over the grid lines To workaround this, change intercell spacing to table.setIntercellSpacing( new Dimension( 1, 1 ) ); Intercell spacing is zero in FlatLaf because grid lines are hidden by default in FlatLaf. Intercell spacing affects selection painting: With zero intercell spacing: I work on a solution for the checkboxes that will work also with zero intercell spacing. |
The workaround solves the immediate issue - thanks! |
…erer, except if cell is selected or has different background color (issue #311)
Fixed in main branch. Now works also with zero intercell spacing. |
flatlaf-1.1.2.jar
Bottom dialog without
FlatLightLaf.install();
The text was updated successfully, but these errors were encountered: