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

@ -16,7 +16,7 @@ namespace MapControl
{
Pending = false;
if (fadeIn && MapBase.TileFadeDuration > TimeSpan.Zero)
if (fadeIn && MapBase.ImageFadeDuration > TimeSpan.Zero)
{
if (image is BitmapImage bitmap && bitmap.UriSource != null)
{