Spinner: fixed painting of border corners on left side (issue #382; regression since FlatLaf 1.4)

ComboBox (editable): fixed wrong border of internal text field under special circumstances
This commit is contained in:
Karl Tauber
2021-09-10 16:37:07 +02:00
parent bddef38a7c
commit b283178979
4 changed files with 32 additions and 30 deletions

View File

@@ -20,6 +20,10 @@ FlatLaf Change Log
- OptionPane: Fixed rendering of longer HTML text if it is passed as
`StringBuilder`, `StringBuffer`, or any other object that returns HTML text in
method `toString()`. (similar to issue #12)
- ComboBox (editable): Fixed wrong border of internal text field under special
circumstances.
- Spinner: Fixed painting of border corners on left side. (issue #382;
regression since FlatLaf 1.4)
- TableHeader: Do not show resize cursor for last column if resizing last column
is not possible because auto resize mode of table is not off. (issue #332)
- TextField, FormattedTextField, PasswordField and ComboBox: Fixed alignment of