TextArea: update background color property if enabled or editable state changes in the same way as Swing does it for all other text components (issue #147)

This commit is contained in:
Karl Tauber
2020-08-25 19:15:53 +02:00
parent e55b2afd60
commit a1dab94a61
4 changed files with 87 additions and 15 deletions

View File

@@ -11,6 +11,9 @@ FlatLaf Change Log
#### Fixed bugs
- Button: "selected" state was not shown. (issue #161)
- TextArea: Update background color property if enabled or editable state
changes in the same way as Swing does it for all other text components. (issue
#147)
#### Other Changes