mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
Reviewed-by: kizune
This commit is contained in:
parent
f7483afe41
commit
d06f47f95c
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ public class AquaTabbedPaneUI extends AquaTabbedPaneCopyFromBasicUI {
|
||||||
}
|
}
|
||||||
|
|
||||||
// not for the scrolling tabs
|
// not for the scrolling tabs
|
||||||
if (tabIndex >= 0) {
|
if (component == null && tabIndex >= 0) {
|
||||||
paintTitle(g2d, font, metrics, textRect, tabIndex, title);
|
paintTitle(g2d, font, metrics, textRect, tabIndex, title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue