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:
Jeff Young 2020-11-04 16:36:18 +00:00
parent cec9081b39
commit 3216256b49
1 changed files with 0 additions and 6 deletions

View File

@ -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() );