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

This commit is contained in:
Maciej Suminski 2014-11-13 11:06:41 +01:00
parent f5fd471dd9
commit d84567ae40
1 changed files with 2 additions and 0 deletions

View File

@ -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