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;
|
||||
}
|
||||
#if UWP || WINUI
|
||||
});
|
||||
#else
|
||||
}, true); // inherits
|
||||
}
|
||||
#if WPF || AVALONIA
|
||||
, true // inherits, not available in WinUI/UWP
|
||||
#endif
|
||||
);
|
||||
|
||||
public MapPanel()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue