mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 06:50:56 +03:00
TabbedPane: use float arc for tab area button background
This commit is contained in:
@@ -1559,7 +1559,7 @@ public class FlatTabbedPaneUI
|
|||||||
FlatUIUtils.paintComponentBackground( g, left, top,
|
FlatUIUtils.paintComponentBackground( g, left, top,
|
||||||
getWidth() - left - right,
|
getWidth() - left - right,
|
||||||
getHeight() - top - bottom,
|
getHeight() - top - bottom,
|
||||||
0, scale( buttonArc ) );
|
0, scale( (float) buttonArc ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user