Altium PCB import: turn off Keep upright for footprint texts.
Looks like it was set to true by mistake.
This commit is contained in:
parent
492ef62053
commit
847f538192
|
@ -3119,7 +3119,7 @@ void ALTIUM_PCB::ConvertTexts6ToFootprintItemOnLayer( FOOTPRINT* aFootprint, con
|
|||
else
|
||||
fpText->SetText( aElem.text );
|
||||
|
||||
fpText->SetKeepUpright( true );
|
||||
fpText->SetKeepUpright( false );
|
||||
fpText->SetLayer( aLayer );
|
||||
fpText->SetPosition( aElem.position );
|
||||
fpText->SetTextAngle( EDA_ANGLE( aElem.rotation, DEGREES_T ) );
|
||||
|
|
Loading…
Reference in New Issue