mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapPath.Avalonia.cs
This commit is contained in:
parent
b402b2fb5b
commit
aeb3fd047f
|
|
@ -69,6 +69,7 @@ namespace MapControl
|
||||||
protected void SetPathFigures(PathFigures pathFigures)
|
protected void SetPathFigures(PathFigures pathFigures)
|
||||||
{
|
{
|
||||||
((PathGeometry)Data).Figures = pathFigures;
|
((PathGeometry)Data).Figures = pathFigures;
|
||||||
|
|
||||||
InvalidateGeometry();
|
InvalidateGeometry();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue