mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
TableHeader: no longer temporary replace header cell renderer while painting (issue https://github.com/apache/netbeans/issues/6835)
This commit is contained in:
@@ -26,6 +26,10 @@ FlatLaf Change Log
|
||||
component is a Table.
|
||||
- Table: Fixed background of `boolean` columns when using alternating row
|
||||
colors. (issue #780)
|
||||
- TableHeader: No longer temporary replace header cell renderer while painting.
|
||||
This avoids a `StackOverflowError` in case that custom renderer does this too.
|
||||
(see [NetBeans issue #6835](https://github.com/apache/netbeans/issues/6835)).
|
||||
This also improves compatibility with custom table header implementations.
|
||||
- TabbedPane:
|
||||
- Avoid unnecessary repainting whole tabbed pane content area when layouting
|
||||
leading/trailing components.
|
||||
|
||||
Reference in New Issue
Block a user