mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-18 12:55:14 +00:00
Update MapBase.cs
This commit is contained in:
parent
b983986456
commit
a097dc9adb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue