mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
WPF specific file names
This commit is contained in:
parent
172a388841
commit
21d7938d33
4 changed files with 95 additions and 55 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue