mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapBase.cs
This commit is contained in:
parent
c67b15f248
commit
7db194b78e
|
|
@ -331,7 +331,7 @@ namespace MapControl
|
|||
{
|
||||
zoomLevel = CoerceZoomLevelProperty(zoomLevel);
|
||||
|
||||
if (animated)
|
||||
if (animated || TargetZoomLevel != ZoomLevel) // animation may be running
|
||||
{
|
||||
if (TargetZoomLevel != zoomLevel)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue