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

fixed bug 586032 (undo/redo issues)

parents afb63f10 3a2f19c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -608,6 +608,7 @@ void SCH_COMPONENT::SwapData( SCH_COMPONENT* copyitem )
       GetField(ii)->SetParent( this );
       GetField(ii)->SetParent( this );
    }
    }
    
    
    EXCHG( m_PathsAndReferences, copyitem->m_PathsAndReferences);
}
}