ComboBox: added UI property ComboBox.buttonFocusedEditableBackground (issue #1068)

This commit is contained in:
Karl Tauber
2025-12-30 17:36:06 +01:00
parent 0e3cb95791
commit 7680c3a817
8 changed files with 15 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ FlatLaf Change Log
## 3.7.1-SNAPSHOT
- ComboBox: Added UI property `ComboBox.buttonFocusedEditableBackground`. (issue
#1068)
- Popup: Fixed scrolling popup painting issue on Windows 10 when a glass pane is
visible and frame is maximized. (issue #1071)