ComboBox: if using own JTextField as editor, default text field border is now removed to avoid duplicate border

This commit is contained in:
Karl Tauber
2020-09-24 22:17:10 +02:00
parent a4ddc13c1a
commit dfd6831b02
4 changed files with 61 additions and 4 deletions

View File

@@ -12,6 +12,11 @@ FlatLaf Change Log
- TabbedPane: Support hiding separator between tabs and content area (set client
property `JTabbedPane.showContentSeparator` to `false`).
#### Fixed bugs
- ComboBox: If using own `JTextField` as editor, default text field border is
now removed to avoid duplicate border.
## 0.42