Pay attention to units for page frames.
Fixes https://gitlab.com/kicad/code/kicad/issues/11408
This commit is contained in:
parent
fa679d3601
commit
404015b0a5
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue