diff --git a/pcbnew/initpcb.cpp b/pcbnew/initpcb.cpp index bcfeb5f7ef..ba6012b297 100644 --- a/pcbnew/initpcb.cpp +++ b/pcbnew/initpcb.cpp @@ -113,6 +113,7 @@ bool FOOTPRINT_EDIT_FRAME::Clear_Pcb( bool aQuery ) if( GetBoard() ) board->SetDesignSettings( GetBoard()->GetDesignSettings() ); + board->SynchronizeNetsAndNetClasses(); SetBoard( board ); SetCurItem( NULL );