mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Update Tile class
This commit is contained in:
parent
5c17a1c36f
commit
44ba57e92b
4 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ namespace MapControl
|
|||
|
||||
if (!tile.Image.DispatcherQueue.TryEnqueue(DispatcherQueuePriority.Low, callback))
|
||||
{
|
||||
tile.Pending = true;
|
||||
tile.IsLoaded = false;
|
||||
tcs.TrySetResult();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue