repaint component when setting client property JComponent.outline (issue #480)

This commit is contained in:
Karl Tauber
2022-02-16 23:53:21 +01:00
parent df6256d989
commit 4174b065f3
7 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## 2.1-SNAPSHOT
- Repaint component when setting client property `JComponent.outline` (issue
#480).
## 2.0.1
- Fixed memory leak in Panel, Separator and ToolBarSeparator. (issue #471;