Button and ToggleButton: support disabled background color (issue #112)

This commit is contained in:
Karl Tauber
2020-06-15 23:34:21 +02:00
parent fd99af5fe6
commit dffe4f4451
3 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
FlatLaf Change Log
==================
## Unreleased
- Button and ToggleButton: Support disabled background color (use UI values
`Button.disabledBackground` and `ToggleButton.disabledBackground`). (issue
#112)
## 0.36
- ScrollBar: Made styling more flexible by supporting insets and arc for track