mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapPanel.cs
This commit is contained in:
parent
2390c3bfba
commit
81bc4f01a2
|
|
@ -47,11 +47,11 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
mapElement.ParentMap = newValue;
|
mapElement.ParentMap = newValue;
|
||||||
}
|
}
|
||||||
#if UWP || WINUI
|
}
|
||||||
});
|
#if WPF || AVALONIA
|
||||||
#else
|
, true // inherits, not available in WinUI/UWP
|
||||||
}, true); // inherits
|
|
||||||
#endif
|
#endif
|
||||||
|
);
|
||||||
|
|
||||||
public MapPanel()
|
public MapPanel()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue