Commit bcfac4b4 authored by Marco Mattila's avatar Marco Mattila

Fix default pcbnew text item justification.

parent 66f1de70
......@@ -119,7 +119,7 @@ int TEXTE_PCB::ReadTextePcbDescr( LINE_READER* aReader )
{
style[0] = 0;
int normal_display = 1;
char hJustify = 'l';
char hJustify = 'c';
sscanf( line + 2, " %d %d %lX %s %c\n", &m_Layer, &normal_display,
&m_TimeStamp, style, &hJustify );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment