TextField: fixed wrong leading/trailing icon placement if border is set to null (issue #1047)

This commit is contained in:
Karl Tauber
2025-10-22 14:18:40 +02:00
parent 015645e173
commit 960f9d86c1
2 changed files with 15 additions and 13 deletions

View File

@@ -3,6 +3,8 @@ FlatLaf Change Log
## 3.7-SNAPSHOT
- TextField: Fixed wrong leading/trailing icon placement if border is set to
`null`. (issue #1047)
- Extras: UI defaults inspector: Exclude inspector window from being blocked by
modal dialogs. (issue #1048)