Browse Source

set up netlist footprint loader before attempting pcb update...

pull/10/head
Tomasz Wlostowski 10 years ago
committed by Maciej Suminski
parent
commit
570ba5e00a
  1. 4
      pcbnew/dialogs/dialog_update_pcb.cpp

4
pcbnew/dialogs/dialog_update_pcb.cpp

@ -52,6 +52,10 @@ void DIALOG_UPDATE_PCB::PerformUpdate( bool aDryRun )
toolManager->RunAction( COMMON_ACTIONS::selectionClear, true );
}
m_netlist->SetDeleteExtraFootprints( true );
m_netlist->SetFindByTimeStamp( m_matchByTimestamp->GetValue() );
m_netlist->SetReplaceFootprints( true );
try {
m_frame->LoadFootprints( *m_netlist, &reporter );
}

Loading…
Cancel
Save