=== modified file 'common/gr_basic.cpp' --- common/gr_basic.cpp 2014-07-04 19:36:43 +0000 +++ common/gr_basic.cpp 2014-10-03 22:23:56 +0000 @@ -767,7 +767,9 @@ GRSetColorPen( DC, Color, width ); GRSetBrush( DC, Color, false ); - DC->DrawEllipse( xc - r, yc - r, r + r, r + r ); +// DC->DrawEllipse( xc - r, yc - r, r + r, r + r ); + DC->DrawArc( xc, yc + r, xc, yc - r, xc, yc ); + DC->DrawArc( xc, yc - r, xc, yc + r, xc, yc ); }