diff --git a/pcbnew/class_board.cpp b/pcbnew/class_board.cpp index b8db13989a..6bc0154677 100644 --- a/pcbnew/class_board.cpp +++ b/pcbnew/class_board.cpp @@ -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