Turn off zone fill up-to-date checker in DRC.
The individual DRC errors will catch it, and the user can always choose to fill zones first.
This commit is contained in:
parent
cec9081b39
commit
3216256b49
|
@ -162,12 +162,6 @@ void DRC_TOOL::RunTests( PROGRESS_REPORTER* aProgressReporter, bool aRefillZones
|
|||
|
||||
zoneFiller->FillAllZones( m_drcDialog, aProgressReporter );
|
||||
}
|
||||
else
|
||||
{
|
||||
aProgressReporter->AdvancePhase( _( "Checking zone fills..." ) );
|
||||
|
||||
zoneFiller->CheckAllZones( m_drcDialog, aProgressReporter );
|
||||
}
|
||||
|
||||
m_drcEngine->SetWorksheet( m_editFrame->GetCanvas()->GetWorksheet() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue