mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update MapPanel.cs
This commit is contained in:
parent
7b45efd33e
commit
ae1baeb944
1 changed files with 4 additions and 1 deletions
|
|
@ -268,7 +268,10 @@ namespace MapControl
|
|||
SetVisible(element, !IsOutsideViewport(position));
|
||||
}
|
||||
|
||||
ArrangeElement(element, position.Value);
|
||||
if (position.HasValue)
|
||||
{
|
||||
ArrangeElement(element, position.Value);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue