fixed bug 586032 (undo/redo issues)
This commit is contained in:
parent
afb63f1081
commit
3a2f19c978
|
@ -607,7 +607,8 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem )
|
|||
{
|
||||
GetField(ii)->SetParent( this );
|
||||
}
|
||||
|
||||
|
||||
EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue