Pay attention to units for page frames.
Fixes https://gitlab.com/kicad/code/kicad/issues/11408
(cherry picked from commit 404015b0a5
)
This commit is contained in:
parent
7b5e3feb19
commit
efc75047c1
|
@ -1744,6 +1744,7 @@ bool SCH_EAGLE_PLUGIN::loadSymbol( wxXmlNode* aSymbolNode, std::unique_ptr<LIB_S
|
||||||
for( LIB_ITEM* item : frameItems )
|
for( LIB_ITEM* item : frameItems )
|
||||||
{
|
{
|
||||||
item->SetParent( aSymbol.get() );
|
item->SetParent( aSymbol.get() );
|
||||||
|
item->SetUnit( aGateNumber );
|
||||||
aSymbol->AddDrawItem( item );
|
aSymbol->AddDrawItem( item );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue