Renamed ImageFadeDuration

This commit is contained in:
ClemensF 2020-04-22 16:16:17 +02:00
parent b8617f1bdd
commit c12f025552
5 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ namespace MapControl
{
Pending = false;
if (fadeIn && MapBase.TileFadeDuration > TimeSpan.Zero)
if (fadeIn && MapBase.ImageFadeDuration > TimeSpan.Zero)
{
if (image is BitmapSource bitmap && !bitmap.IsFrozen && bitmap.IsDownloading)
{