[iOS] RadioButton throws CGContextSetLineWidth - Fix (#25542)
* [iOS] RadioButton throws CGContextSetLineWidth - fix * Update RadioButton.cs
This commit is contained in:
Родитель
b2d1c318cb
Коммит
50adaed851
|
@ -317,7 +317,7 @@ namespace Microsoft.Maui.Platform
|
|||
|
||||
void DrawBorder(CGContext ctx)
|
||||
{
|
||||
if (_strokeThickness == 0)
|
||||
if (_strokeThickness <= 0)
|
||||
return;
|
||||
|
||||
if (IsBorderDashed())
|
||||
|
|
Загрузка…
Ссылка в новой задаче