diff --git a/MapControl/WPF/PushpinBorder.WPF.cs b/MapControl/WPF/PushpinBorder.WPF.cs index 72ec6ff4..607aa0b2 100644 --- a/MapControl/WPF/PushpinBorder.WPF.cs +++ b/MapControl/WPF/PushpinBorder.WPF.cs @@ -101,8 +101,6 @@ namespace MapControl }; drawingContext.DrawGeometry(Background, pen, BuildGeometry()); - - base.OnRender(drawingContext); } } }