mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 14:30: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,
|
||||
getWidth() - left - right,
|
||||
getHeight() - top - bottom,
|
||||
0, scale( buttonArc ) );
|
||||
0, scale( (float) buttonArc ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user