CheckBox and RadioButton: fill component background as soon as background color is different to default background color, even if component is not opaque (which is the default). This paints selection if using the component as cell renderer a Table, Tree or List (better fix for #77)

This commit is contained in:
Karl Tauber
2021-01-19 19:13:20 +01:00
parent c6fec0a131
commit dd8ab242fb
3 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,16 @@
FlatLaf Change Log
==================
## 1.0-rc2-SNAPSHOT
#### Fixed bugs
- CheckBox and RadioButton: Fill component background as soon as background
color is different to default background color, even if component is not
opaque (which is the default). This paints selection if using the component as
cell renderer a Table, Tree or List.
## 1.0-rc1
#### New features and improvements