EAGLE PCB import: fix footprint text alignment.
(cherry picked from commit a80ac8286d
)
This commit is contained in:
parent
803bcbbea0
commit
bbf59a731d
|
@ -1616,7 +1616,7 @@ void EAGLE_PLUGIN::orientFPText( FOOTPRINT* aFootprint, const EELEMENT& e, FP_TE
|
|||
int align = ETEXT::BOTTOM_LEFT; // bottom-left is eagle default
|
||||
|
||||
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
|
||||
// present, and this zero rotation becomes an override to the
|
||||
|
|
Loading…
Reference in New Issue