Fix default pcbnew text item justification.

This commit is contained in:
Marco Mattila 2011-07-05 00:52:19 +03:00
parent 66f1de70c7
commit bcfac4b477
1 changed files with 1 additions and 1 deletions

View File

@ -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 );