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:
WhiteChairFromIkea 2022-08-09 22:25:55 +03:00 committed by Jeff Young
parent 5c9346902a
commit 94d386d7ee
1 changed files with 4 additions and 0 deletions

View File

@ -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 );