Table: fixed background of boolean columns when using alternating row colors (issue #780)

This commit is contained in:
Karl Tauber
2023-12-21 16:58:49 +01:00
parent 38b2641078
commit 26165999e0
2 changed files with 51 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ FlatLaf Change Log
and #750)
- OptionPane: Fixed styling custom panel background in `JOptionPane`. (issue
#761)
- Table: Fixed background of `boolean` columns when using alternating row
colors. (issue #780)
- Fixed broken rendering after resizing window to minimum size and then
increasing size again. (issue #767)