eeschema: plot minor bug
This commit is contained in:
parent
ef557ddbe3
commit
fb52997c85
|
@ -798,6 +798,7 @@ void LibDrawPin::PlotPinTexts( PLOTTER *plotter,
|
|||
GR_TEXT_VJUSTIFY_CENTER,
|
||||
aWidth, false, false );
|
||||
}
|
||||
}
|
||||
if( DrawPinNum )
|
||||
{
|
||||
plotter->text( wxPoint( (x1 + pin_pos.x) / 2,
|
||||
|
@ -809,7 +810,6 @@ void LibDrawPin::PlotPinTexts( PLOTTER *plotter,
|
|||
aWidth, false, false );
|
||||
}
|
||||
}
|
||||
}
|
||||
else /* Its a vertical line. */
|
||||
{
|
||||
if( orient == PIN_DOWN )
|
||||
|
|
Loading…
Reference in New Issue