DRC dialog: very minor enhancement: add a busy cursor during tests.
This commit is contained in:
parent
1e0114198a
commit
534dc1ba8a
|
@ -273,7 +273,10 @@ void DIALOG_DRC::OnRunDRCClick( wxCommandEvent& aEvent )
|
||||||
m_DeleteAllMarkersButton->Enable( false );
|
m_DeleteAllMarkersButton->Enable( false );
|
||||||
m_saveReport->Enable( false );
|
m_saveReport->Enable( false );
|
||||||
|
|
||||||
|
{
|
||||||
|
wxBusyCursor dummy;
|
||||||
drcTool->RunTests( this, refillZones, reportAllTrackErrors, testFootprints );
|
drcTool->RunTests( this, refillZones, reportAllTrackErrors, testFootprints );
|
||||||
|
}
|
||||||
|
|
||||||
if( m_cancelled )
|
if( m_cancelled )
|
||||||
m_messages->Report( _( "-------- DRC cancelled by user.<br><br>" ) );
|
m_messages->Report( _( "-------- DRC cancelled by user.<br><br>" ) );
|
||||||
|
|
Loading…
Reference in New Issue