Commit 215b322a authored by jean-pierre charras's avatar jean-pierre charras

fixed bug 586032 (undo/redo issues)

parents afb63f10 3a2f19c9
......@@ -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