ComboBox: fixed issues with NetBeans org.openide.awt.ColorComboBox component

This commit is contained in:
Karl Tauber
2019-11-28 10:33:26 +01:00
parent 36b3ccc34f
commit 2197808631
5 changed files with 219 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ FlatLaf Change Log
check whether the current look and feel is FlatLaf.
- Fixed selection background of checkbox in table cell.
- Fixed jittery submenu rendering on Mac. (issue #10)
- ComboBox: Fixed issues with NetBeans `org.openide.awt.ColorComboBox`
component.
- 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)