TableHeader: fixed position of column separators in right-to-left component orientation; do not paint anything if column count is zero

This commit is contained in:
Karl Tauber
2020-12-09 00:33:01 +01:00
parent 81c35eab46
commit cfbe44b946
2 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### Fixed bugs
- TableHeader: Fixed position of column separators in right-to-left component
orientation.
- SwingX: Fixed striping background highlighting color (e.g. alternating table
rows) in dark themes.