Altium schematic: hide power symbol pin.
This commit is contained in:
parent
9f63820ed4
commit
de2b645fc8
|
@ -2920,6 +2920,7 @@ void SCH_ALTIUM_PLUGIN::ParsePowerPort( const std::map<wxString, wxString>& aPro
|
|||
pin->SetPosition( { 0, 0 } );
|
||||
pin->SetLength( 0 );
|
||||
pin->SetType( ELECTRICAL_PINTYPE::PT_POWER_IN );
|
||||
pin->SetVisible( false );
|
||||
|
||||
VECTOR2I valueFieldPos =
|
||||
HelperGeneratePowerPortGraphics( libSymbol, elem.style, m_reporter );
|
||||
|
|
Loading…
Reference in New Issue