Browse Source

Fix default pcbnew text item justification.

pull/1/head
Marco Mattila 15 years ago
parent
commit
bcfac4b477
  1. 2
      pcbnew/class_pcb_text.cpp

2
pcbnew/class_pcb_text.cpp

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

Loading…
Cancel
Save