Update MapPanel.cs

This commit is contained in:
ClemensFischer 2025-11-10 17:49:28 +01:00
parent 2390c3bfba
commit 81bc4f01a2

View file

@ -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()
{