Table: fixed unstable grid line thickness when scaled on HiDPI screens (issue #152)

This commit is contained in:
Karl Tauber
2020-11-28 23:20:58 +01:00
parent aefed7c481
commit 5ef0c9aae1
2 changed files with 25 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ FlatLaf Change Log
property `JTabbedPane.hideTabAreaWithOneTab` to `true`)
- Table: Do not paint last vertical grid line if auto-resize mode is not off.
(issue #46)
- Table: Fixed unstable grid line thickness when scaled on HiDPI screens. (issue
#152)
#### Fixed bugs