Ratsnest fix (GAL).
This commit is contained in:
parent
5c7f073a28
commit
d3e276387d
|
@ -2552,8 +2552,6 @@ 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
|
||||
|
|
|
@ -137,12 +137,12 @@ void PCB_EDIT_FRAME::ReadPcbNetlist( const wxString& aNetlistFileName,
|
|||
RemoveMisConnectedTracks();
|
||||
}
|
||||
|
||||
Compile_Ratsnest( NULL, true );
|
||||
|
||||
// Rebuild the board connectivity:
|
||||
if( IsGalCanvasActive() )
|
||||
board->GetRatsnest()->ProcessBoard();
|
||||
|
||||
Compile_Ratsnest( NULL, true );
|
||||
|
||||
SetMsgPanel( board );
|
||||
m_canvas->Refresh();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue