hex color values in .properties files now must start with a # character

This commit is contained in:
Karl Tauber
2019-11-25 19:10:51 +01:00
parent 81f1ebd1db
commit 711c4dd2b5
10 changed files with 417 additions and 361 deletions

View File

@@ -10,6 +10,7 @@ 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)
- Hex color values in `.properties` files now must start with a `#` character.
- JIDE Common Layer: Fixed `JidePopup` border.