Skip to content

Commit e640128

Browse files
Merge pull request #204 from syncfusion/SegmentedIssueFix
Remove unwanted code changes in the segmented view ondraw method.
2 parents fa3de97 + 183d793 commit e640128

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maui/src/SegmentedControl/Views/SegmentItemView.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ void DrawRoundedRectangle(ICanvas canvas, RectF dirtyRect)
264264
{
265265
canvas.StrokeSize = (float)itemInfo.StrokeThickness;
266266
canvas.StrokeColor = SegmentViewHelper.BrushToColorConverter(itemInfo.Stroke);
267-
canvas.DrawRoundedRectangle(dirtyRect.Left, dirtyRect.Top, dirtyRect.Width, dirtyRect.Height, cornerRadiusTopLeft, cornerRadiusTopRight, cornerRadiusBottomRight, cornerRadiusBottomLeft);
268267
}
269268

270269
canvas.CanvasRestoreState();

0 commit comments

Comments
 (0)