pcbnew: PS output plot arc now Ok (arcs was always filled)

This commit is contained in:
charras 2008-08-26 15:36:55 +00:00
parent a6630c5bad
commit ecee1ddd91
2 changed files with 3 additions and 3 deletions

View File

@ -837,7 +837,7 @@ void PlotArc( int format_plot, wxPoint centre, int start_angle, int end_angle,
if( IsPostScript( format_plot ) )
{
PlotArcPS( centre, start_angle, end_angle, radius, thickness, 0 );
PlotArcPS( centre, start_angle, end_angle, radius, 0, thickness );
return;
}

View File

@ -1,4 +1,4 @@
release version:
15 juil 2008
25 aug 2008
files (.zip,.tgz):
kicad-2008-07-15
kicad-2008-08-25