eeschema: plot minor bug
This commit is contained in:
parent
ef557ddbe3
commit
fb52997c85
|
@ -798,16 +798,16 @@ void LibDrawPin::PlotPinTexts( PLOTTER *plotter,
|
||||||
GR_TEXT_VJUSTIFY_CENTER,
|
GR_TEXT_VJUSTIFY_CENTER,
|
||||||
aWidth, false, false );
|
aWidth, false, false );
|
||||||
}
|
}
|
||||||
if( DrawPinNum )
|
}
|
||||||
{
|
if( DrawPinNum )
|
||||||
plotter->text( wxPoint( (x1 + pin_pos.x) / 2,
|
{
|
||||||
y1 - TXTMARGE ),
|
plotter->text( wxPoint( (x1 + pin_pos.x) / 2,
|
||||||
NumColor, StringPinNum,
|
y1 - TXTMARGE ),
|
||||||
TEXT_ORIENT_HORIZ, PinNumSize,
|
NumColor, StringPinNum,
|
||||||
GR_TEXT_HJUSTIFY_CENTER,
|
TEXT_ORIENT_HORIZ, PinNumSize,
|
||||||
GR_TEXT_VJUSTIFY_BOTTOM,
|
GR_TEXT_HJUSTIFY_CENTER,
|
||||||
aWidth, false, false );
|
GR_TEXT_VJUSTIFY_BOTTOM,
|
||||||
}
|
aWidth, false, false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else /* Its a vertical line. */
|
else /* Its a vertical line. */
|
||||||
|
|
Loading…
Reference in New Issue