EAGLE PCB import: fix footprint text alignment.
This commit is contained in:
parent
2baf4db2b6
commit
a80ac8286d
|
@ -1613,7 +1613,7 @@ void EAGLE_PLUGIN::orientFPText( FOOTPRINT* aFootprint, const EELEMENT& e, PCB_T
|
||||||
int align = ETEXT::BOTTOM_LEFT; // bottom-left is eagle default
|
int align = ETEXT::BOTTOM_LEFT; // bottom-left is eagle default
|
||||||
|
|
||||||
if( a.align )
|
if( a.align )
|
||||||
align = a.align;
|
align = *a.align;
|
||||||
|
|
||||||
// The "rot" in a EATTR seems to be assumed to be zero if it is not
|
// The "rot" in a EATTR seems to be assumed to be zero if it is not
|
||||||
// present, and this zero rotation becomes an override to the
|
// present, and this zero rotation becomes an override to the
|
||||||
|
|
Loading…
Reference in New Issue