Fix default pcbnew text item justification.
This commit is contained in:
parent
66f1de70c7
commit
bcfac4b477
|
@ -119,7 +119,7 @@ int TEXTE_PCB::ReadTextePcbDescr( LINE_READER* aReader )
|
||||||
{
|
{
|
||||||
style[0] = 0;
|
style[0] = 0;
|
||||||
int normal_display = 1;
|
int normal_display = 1;
|
||||||
char hJustify = 'l';
|
char hJustify = 'c';
|
||||||
sscanf( line + 2, " %d %d %lX %s %c\n", &m_Layer, &normal_display,
|
sscanf( line + 2, " %d %d %lX %s %c\n", &m_Layer, &normal_display,
|
||||||
&m_TimeStamp, style, &hJustify );
|
&m_TimeStamp, style, &hJustify );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue