Commit d84567ae authored by Maciej Suminski's avatar Maciej Suminski

pcbnew: fixes crash when a new part footprint is changed.

parent f5fd471d
......@@ -2506,6 +2506,8 @@ void BOARD::ReplaceNetlist( NETLIST& aNetlist, bool aDeleteSinglePadNets,
pad->SetNetCode( NETINFO_LIST::UNCONNECTED );
}
m_ratsnest->ProcessBoard();
// Last step: Some tests:
// verify all pads found in netlist:
// They should exist in footprints, otherwise the footprint is wrong
......
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