DRC dialog: very minor enhancement: add a busy cursor during tests.

This commit is contained in:
jean-pierre charras 2022-02-07 19:51:49 +01:00
parent 1e0114198a
commit 534dc1ba8a
1 changed files with 3 additions and 0 deletions

View File

@ -273,7 +273,10 @@ void DIALOG_DRC::OnRunDRCClick( wxCommandEvent& aEvent )
m_DeleteAllMarkersButton->Enable( false );
m_saveReport->Enable( false );
{
wxBusyCursor dummy;
drcTool->RunTests( this, refillZones, reportAllTrackErrors, testFootprints );
}
if( m_cancelled )
m_messages->Report( _( "-------- DRC cancelled by user.<br><br>" ) );