This commit is contained in:
ClemensFischer 2025-06-07 15:08:36 +02:00
parent 085154c614
commit 0696441a4e
4 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ namespace MapControl
(item, oldValue, newValue) =>
{
MapPanel.SetLocation(item, newValue);
item.UpdateMapTransform(newValue);
item.UpdateMapTransform();
});
private Windows.Foundation.Point? pointerPressedPosition;