CHANGELOG.md: fixed UI key ComboBox.popupFocusedBackground to ComboBox.popupBackground

This commit is contained in:
Karl Tauber
2021-07-02 10:52:30 +02:00
parent 1e869973d4
commit 10bf1295bc

View File

@@ -10,7 +10,7 @@ FlatLaf Change Log
`PasswordField.focusedBackground`, `FormattedTextField.focusedBackground`,
`TextArea.focusedBackground`, `TextPane.focusedBackground`,
`EditorPane.focusedBackground`, `ComboBox.focusedBackground`,
`ComboBox.buttonFocusedBackground`, `ComboBox.popupFocusedBackground` and
`ComboBox.buttonFocusedBackground`, `ComboBox.popupBackground` and
`Spinner.focusedBackground`). (issue #335)
#### Fixed bugs