PostDrawObjects DrawPoint Add 2 locations

Hi,

I am using the PostDrawObjects a couple of years, but since last update it shows an extra X. Nothing changed in the code.

protected override void PostDrawObjects(DrawEventArgs e)
{
    e.Display.PushCullFaceMode(CullFaceMode.DrawFrontAndBack);
    e.Display.EnableLighting(false);
    base.PreDrawObjects(e);
    e.Display.DrawPoint(i.Value, PointStyle.X, 15, Color.Black);