Pay attention to units for page frames.

Fixes https://gitlab.com/kicad/code/kicad/issues/11408
This commit is contained in:
Jeff Young 2022-07-23 20:16:08 +01:00
parent fa679d3601
commit 404015b0a5
1 changed files with 1 additions and 0 deletions

View File

@ -1741,6 +1741,7 @@ bool SCH_EAGLE_PLUGIN::loadSymbol( wxXmlNode* aSymbolNode, std::unique_ptr<LIB_S
for( LIB_ITEM* item : frameItems )
{
item->SetParent( aSymbol.get() );
item->SetUnit( aGateNumber );
aSymbol->AddDrawItem( item );
}
}