ComboBox: fixed vertical alignment of text in popup list with text in combo box in IntelliJ/Darcula themes

This commit is contained in:
Karl Tauber
2022-06-04 20:15:31 +02:00
parent 6c18431a30
commit 73b6ca3762
2 changed files with 15 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### Fixed bugs
- ComboBox: Fixed vertical alignment of text in popup list with text in combo
box in IntelliJ/Darcula themes.
- TableHeader: Fixed exception when changing table structure (e.g. removing
column) from a table header popup menu action. (issue #532)