7
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:
Jeff Young 2025-02-24 17:22:41 +00:00
parent f5cee2ee0a
commit 0de8d75dec

View File

@ -144,6 +144,7 @@ FOOTPRINT::FOOTPRINT( const FOOTPRINT& aFootprint ) :
PCB_FIELD* existingField = GetField( field->GetId() );
ptrMap[field] = existingField;
*existingField = *field;
existingField->SetParent( this );
}
else
{