fixed bug 586032 (undo/redo issues)

This commit is contained in:
jean-pierre charras 2010-05-31 19:09:16 +02:00
commit 215b322ac5
1 changed files with 2 additions and 1 deletions

View File

@ -607,7 +607,8 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem )
{
GetField(ii)->SetParent( this );
}
EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences);
}