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