maui icon indicating copy to clipboard operation
maui copied to clipboard

[iOS] RadioButton throws CGContextSetLineWidth - Fix

Open kubaflo opened this issue 1 year ago • 1 comments

Description of Change

The error occurred because the default value for Border.StrokeThickness was set to -1. Instead of changing this default to 0, I implemented a converter that ensures Border.StrokeThickness never receives negative values.

Issues Fixed

Fixes https://github.com/dotnet/maui/issues/25273

Before
Screenshot 2024-10-26 at 15 19 01

kubaflo avatar Oct 26 '24 18:10 kubaflo

/azp run

jsuarezruiz avatar Oct 28 '24 07:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 28 '24 07:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Oct 31 '24 11:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 31 '24 11:10 azure-pipelines[bot]

/azp run

PureWeen avatar Nov 03 '24 15:11 PureWeen

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Nov 03 '24 15:11 azure-pipelines[bot]