7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly

Reviewed-by: kizune
This commit is contained in:
Alexander Scherbatiy 2012-05-17 14:27:11 +04:00
parent f7483afe41
commit d06f47f95c

View file

@ -318,7 +318,7 @@ public class AquaTabbedPaneUI extends AquaTabbedPaneCopyFromBasicUI {
}
// not for the scrolling tabs
if (tabIndex >= 0) {
if (component == null && tabIndex >= 0) {
paintTitle(g2d, font, metrics, textRect, tabIndex, title);
}