Button and ToggleButton: selected buttons did not use explicitly set foreground color (issue #756)

This commit is contained in:
Karl Tauber
2023-10-29 20:15:02 +01:00
parent 9602b191a9
commit 808f5a6381
2 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### Fixed bugs
- Button and ToggleButton: Selected buttons did not use explicitly set
foreground color. (issue 756)
- Table: Switching theme looses table grid and intercell spacing. (issues #733
and #750)