fixed bug 586032 (undo/redo issues)

This commit is contained in:
jp 2010-05-31 13:46:14 +02:00
parent afb63f1081
commit 3a2f19c978
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);
}