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
b983986456
commit
a097dc9adb
|
|
@ -331,7 +331,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
zoomLevel = CoerceZoomLevelProperty(zoomLevel);
|
zoomLevel = CoerceZoomLevelProperty(zoomLevel);
|
||||||
|
|
||||||
if (animated || TargetZoomLevel != ZoomLevel) // animation may be running
|
if (animated || zoomLevelAnimation != null)
|
||||||
{
|
{
|
||||||
if (TargetZoomLevel != zoomLevel)
|
if (TargetZoomLevel != zoomLevel)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue