mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-23 09:00:19 +01:00
Fixed missing Action
This commit is contained in:
parent
4a37e94d77
commit
3a414a7a6a
|
|
@ -736,7 +736,7 @@ namespace MapControl
|
|||
InternalSetValue(ZoomLevelProperty, TargetZoomLevel);
|
||||
RemoveAnimation(ZoomLevelProperty); // remove holding animation in WPF
|
||||
|
||||
Dispatcher.BeginInvoke(() => UpdateTransform(true));
|
||||
Dispatcher.BeginInvoke(new Action(() => UpdateTransform(true)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue