From d84567ae40bf1e4b0d41919b589567c7222c25bf Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 13 Nov 2014 11:06:41 +0100 Subject: [PATCH] pcbnew: fixes crash when a new part footprint is changed. --- pcbnew/class_board.cpp | 2 ++ 1 file changed, 2 insertions(+) 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