Index: draw_csect.c =================================================================== --- draw_csect.c (revision 10735) +++ draw_csect.c (revision 10736) @@ -122,7 +122,7 @@ l.Thickness = PCB_MM_TO_COORD(thick); if (l.Thickness == 0) l.Thickness = 1; - pcb_line_draw_(&l); + pcb_line_draw_(&l, 0); } /* draw a line of a specific thickness */ @@ -136,7 +136,7 @@ l.Thickness = PCB_MM_TO_COORD(thick); if (l.Thickness == 0) l.Thickness = 1; - pcb_line_draw_(&l); + pcb_line_draw_(&l, 0); }