Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] RadioButton throws CGContextSetLineWidth - Fix #25542

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Oct 26, 2024

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 #25273

Before
Screenshot 2024-10-26 at 15 19 01

@kubaflo kubaflo requested a review from a team as a code owner October 26, 2024 18:04
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Oct 26, 2024
Copy link
Contributor

Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@kubaflo kubaflo added area-controls-radiobutton RadioButton, RadioButtonGroup platform/iOS 🍎 labels Oct 26, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-radiobutton RadioButton, RadioButtonGroup community ✨ Community Contribution platform/iOS 🍎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RadioButtonGroup/RadioButton throw CGContextSetLineWidth error on iOS 18.0/18.1.
2 participants