Update PushpinBorder.WPF.cs

This commit is contained in:
ClemensFischer 2025-06-09 22:34:10 +02:00
parent 5a681d3580
commit b0c17c2212

View file

@ -101,8 +101,6 @@ namespace MapControl
};
drawingContext.DrawGeometry(Background, pen, BuildGeometry());
base.OnRender(drawingContext);
}
}
}