Loading eeschema/class_sch_component.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -608,6 +608,7 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem ) GetField(ii)->SetParent( this ); GetField(ii)->SetParent( this ); } } EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences); } } Loading Loading
eeschema/class_sch_component.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -608,6 +608,7 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem ) GetField(ii)->SetParent( this ); GetField(ii)->SetParent( this ); } } EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences); } } Loading