mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 19:39:17 +00:00
Fixup parent after blasting it.
This commit is contained in:
parent
f5cee2ee0a
commit
0de8d75dec
@ -144,6 +144,7 @@ FOOTPRINT::FOOTPRINT( const FOOTPRINT& aFootprint ) :
|
||||
PCB_FIELD* existingField = GetField( field->GetId() );
|
||||
ptrMap[field] = existingField;
|
||||
*existingField = *field;
|
||||
existingField->SetParent( this );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user