Antialiases tab names on Windows and Linux.

cusax-fix
Yana Stamcheva 14 years ago
parent d67e969a0a
commit cac9618f9b

@ -641,6 +641,8 @@ protected void paintTab(Graphics g, int tabPlacement, Rectangle[] rects,
{
g2 = (Graphics2D) g;
AntialiasingManager.activateAntialiasing(g2);
// Render visual for cropped tab edge...
Rectangle viewRect = tabScroller.viewport.getViewRect();
int cropline;
@ -660,7 +662,6 @@ protected void paintTab(Graphics g, int tabPlacement, Rectangle[] rects,
save = g2.getClip();
g2.clipRect(tabRect.x, tabRect.y, tabRect.width,
tabRect.height);
}
}

Loading…
Cancel
Save