mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-20 23:50:17 +01:00
Update MapBase.cs
This commit is contained in:
parent
b983986456
commit
a097dc9adb
|
|
@ -331,7 +331,7 @@ namespace MapControl
|
|||
{
|
||||
zoomLevel = CoerceZoomLevelProperty(zoomLevel);
|
||||
|
||||
if (animated || TargetZoomLevel != ZoomLevel) // animation may be running
|
||||
if (animated || zoomLevelAnimation != null)
|
||||
{
|
||||
if (TargetZoomLevel != zoomLevel)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue