Browse Source

Fixup parent after blasting it.

revert-0c36e162
Jeff Young 10 months ago
parent
commit
0de8d75dec
  1. 1
      pcbnew/footprint.cpp

1
pcbnew/footprint.cpp

@ -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…
Cancel
Save