set up netlist footprint loader before attempting pcb update...
This commit is contained in:
parent
5ef6001e06
commit
570ba5e00a
|
@ -52,6 +52,10 @@ void DIALOG_UPDATE_PCB::PerformUpdate( bool aDryRun )
|
||||||
toolManager->RunAction( COMMON_ACTIONS::selectionClear, true );
|
toolManager->RunAction( COMMON_ACTIONS::selectionClear, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_netlist->SetDeleteExtraFootprints( true );
|
||||||
|
m_netlist->SetFindByTimeStamp( m_matchByTimestamp->GetValue() );
|
||||||
|
m_netlist->SetReplaceFootprints( true );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
m_frame->LoadFootprints( *m_netlist, &reporter );
|
m_frame->LoadFootprints( *m_netlist, &reporter );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue