Updated MapTileLayer

This commit is contained in:
ClemensF 2020-10-27 23:34:14 +01:00
parent 6435ee462a
commit 8eb3c072f5
3 changed files with 13 additions and 19 deletions

View file

@ -170,15 +170,12 @@ namespace MapControl
{
SetRenderTransform();
if (updateTimer.IsEnabled && !UpdateWhileViewportChanging)
if (!UpdateWhileViewportChanging)
{
updateTimer.Stop(); // restart
}
if (!updateTimer.IsEnabled)
{
updateTimer.Start();
}
updateTimer.Start();
}
}