Image loading with cancellation

This commit is contained in:
ClemensFischer 2025-08-19 23:21:51 +02:00
parent 69bba213f0
commit f98fc34ba5
3 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ namespace MapControl
TileMatrix = null;
Children.Clear();
CancelLoadTilesAsync();
CancelLoadTiles();
}
else if (SetTileMatrix() || resetTiles)
{