TabbedPane:

- avoid unnecessary repainting whole tabbed pane content area when layouting leading/trailing components
- avoid unnecessary repainting of selected tab on temporary changes
This commit is contained in:
Karl Tauber
2023-12-21 18:59:11 +01:00
parent 0386aaa18b
commit ee01756188
2 changed files with 61 additions and 8 deletions

View File

@@ -26,6 +26,10 @@ FlatLaf Change Log
component is a Table.
- Table: Fixed background of `boolean` columns when using alternating row
colors. (issue #780)
- TabbedPane:
- Avoid unnecessary repainting whole tabbed pane content area when layouting
leading/trailing components.
- Avoid unnecessary repainting of selected tab on temporary changes.
- Fixed broken rendering after resizing window to minimum size and then
increasing size again. (issue #767)