Commit 3a2f19c9 authored by jp's avatar jp

fixed bug 586032 (undo/redo issues)

parent afb63f10
......@@ -607,7 +607,8 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem )
{
GetField(ii)->SetParent( this );
}
EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment