diff --git a/eeschema/sch_component.cpp b/eeschema/sch_component.cpp index 1054d6b22b..e600d6f655 100644 --- a/eeschema/sch_component.cpp +++ b/eeschema/sch_component.cpp @@ -634,7 +634,7 @@ void SCH_COMPONENT::SetFootprint( const SCH_SHEET_PATH* sheet, const wxString& a { // Clear instance overrides and set primary field value for( COMPONENT_INSTANCE_REFERENCE& instance : m_instanceReferences ) - instance.m_Value = wxEmptyString; + instance.m_Footprint = wxEmptyString; m_Fields[ FOOTPRINT ].SetText( aFootprint ); return;