ToolTip: fixed drop shadow for wide tooltips (issue #224; regression since fixed issue #142)

This commit is contained in:
Karl Tauber
2020-12-15 11:19:30 +01:00
parent 8bb8883e22
commit 5155ec93c9
4 changed files with 11 additions and 6 deletions

View File

@@ -23,6 +23,8 @@ FlatLaf Change Log
as row header in scroll pane. (issues #152 and #46)
- TableHeader: Fixed position of column separators in right-to-left component
orientation.
- ToolTip: Fixed drop shadow for wide tooltips on Windows and Java 9+. (issue
#224)
- SwingX: Fixed striping background highlighting color (e.g. alternating table
rows) in dark themes.