Tree: fixed repainting wide selection on focus gained/lost

This commit is contained in:
Karl Tauber
2020-03-27 10:51:20 +01:00
parent 12af2de99e
commit a3788038bb
6 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ FlatLaf Change Log
- Linux: Fixed scaling if `GDK_SCALE` environment variable is set or if running
on JetBrains Runtime. (issue #69)
- Tree: Fixed repainting wide selection on focus gained/lost.
- No longer use system property `sun.java2d.uiScale`. (Java 8 only)