Update MapBase.cs

This commit is contained in:
ClemensFischer 2025-07-16 10:25:55 +02:00
parent b983986456
commit a097dc9adb

View file

@ -331,7 +331,7 @@ namespace MapControl
{
zoomLevel = CoerceZoomLevelProperty(zoomLevel);
if (animated || TargetZoomLevel != ZoomLevel) // animation may be running
if (animated || zoomLevelAnimation != null)
{
if (TargetZoomLevel != zoomLevel)
{