SwingX: fixed too wide border when using date picker as table cell editor (issue #24)

This commit is contained in:
Karl Tauber
2019-11-26 00:05:38 +01:00
parent 711c4dd2b5
commit c513c052fc
5 changed files with 143 additions and 58 deletions

View File

@@ -11,6 +11,8 @@ FlatLaf Change Log
- Fixed selection background of checkbox in table cell.
- Fixed jittery submenu rendering on Mac. (issue #10)
- Hex color values in `.properties` files now must start with a `#` character.
- SwingX: Fixed too wide border when using date picker as table cell editor.
(issue #24)
- JIDE Common Layer: Fixed `JidePopup` border.