Compare commits

...

2 commits

Author SHA1 Message Date
ClemensFischer 81bc4f01a2 Update MapPanel.cs 2025-11-10 17:49:28 +01:00
ClemensFischer 2390c3bfba Update MapPanel.cs 2025-11-10 16:59:05 +01:00

View file

@ -47,16 +47,14 @@ namespace MapControl
{
mapElement.ParentMap = newValue;
}
#if UWP || WINUI
});
#else
}, true); // inherits
}
#if WPF || AVALONIA
, true // inherits, not available in WinUI/UWP
#endif
);
public MapPanel()
{
UseLayoutRounding = false;
if (this is MapBase)
{
SetValue(ParentMapProperty, this);