TabbedPane: use float arc for tab area button background

This commit is contained in:
Karl Tauber
2021-03-16 22:20:46 +01:00
parent beff149004
commit ede02aaaa5

View File

@@ -1559,7 +1559,7 @@ public class FlatTabbedPaneUI
FlatUIUtils.paintComponentBackground( g, left, top,
getWidth() - left - right,
getHeight() - top - bottom,
0, scale( buttonArc ) );
0, scale( (float) buttonArc ) );
}
}