Tree: Tree.textBackground now has a valid color and is no longer null; instead set Tree.rendererFillBackground to false to always get correct cell backgrounds (in IntelliJ themes or if tree.setBackground(...) was used)

undone commit 645be4bfa3
This commit is contained in:
Karl Tauber
2020-01-14 10:44:00 +01:00
parent 2bcdf774ff
commit e9a3456cf5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## Unreleased
- Tree: UI default value `Tree.textBackground` now has a valid color and is no
longer `null`.
## 0.24
- Support smooth scrolling with touchpads and high precision mouse wheels.