Autoplace port Sheet References and hide them (question marks), unti we figure out if intersheet references can be read from schdoc
This commit is contained in:
parent
5c9346902a
commit
94d386d7ee
|
@ -2227,6 +2227,10 @@ void SCH_ALTIUM_PLUGIN::ParsePort( const ASCH_PORT& aElem )
|
|||
break;
|
||||
}
|
||||
|
||||
label->AutoplaceFields( screen, false );
|
||||
// Default "Sheet References" field should be hidden, at least for now
|
||||
label->GetFields()[0].SetVisible( false );
|
||||
|
||||
label->SetFlags( IS_NEW );
|
||||
m_currentSheet->GetScreen()->Append( label );
|
||||
|
||||
|
|
Loading…
Reference in New Issue