mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapPanel.cs
This commit is contained in:
parent
7b45efd33e
commit
ae1baeb944
|
|
@ -268,7 +268,10 @@ namespace MapControl
|
||||||
SetVisible(element, !IsOutsideViewport(position));
|
SetVisible(element, !IsOutsideViewport(position));
|
||||||
}
|
}
|
||||||
|
|
||||||
ArrangeElement(element, position.Value);
|
if (position.HasValue)
|
||||||
|
{
|
||||||
|
ArrangeElement(element, position.Value);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue