WPF specific file names

This commit is contained in:
ClemensFischer 2025-12-05 15:07:44 +01:00
parent 172a388841
commit 21d7938d33
4 changed files with 95 additions and 55 deletions

View file

@ -36,7 +36,7 @@ namespace MapControl
if (equivalentTile != null)
{
tile.IsPending = false;
tile.Image.Source = equivalentTile.Image.Source; // no opacity animation
tile.Image.Source = equivalentTile.Image.Source; // no Opacity animation
}
}