Update MapPath.Avalonia.cs

This commit is contained in:
ClemensFischer 2024-05-26 00:13:54 +02:00
parent b402b2fb5b
commit aeb3fd047f

View file

@ -69,6 +69,7 @@ namespace MapControl
protected void SetPathFigures(PathFigures pathFigures)
{
((PathGeometry)Data).Figures = pathFigures;
InvalidateGeometry();
}