ComboBox: fixed NPE in combobox with custom renderer after switching to FlatLaf (#16; regression in 0.14)

This commit is contained in:
Karl Tauber
2019-10-21 17:04:23 +02:00
parent b56f462626
commit 964dc14a8a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## Unreleased
- ComboBox: Fixed NPE in combobox with custom renderer after switching to
FlatLaf. (issue #16; regression in 0.14)
## 0.14
- ComboBox: Use small border if used as table editor.