Fix type that can lead to deadlock.
This commit is contained in:
parent
73f40b11ee
commit
a22dd614b0
|
@ -54,7 +54,7 @@ void DIALOG_PCM_PROGRESS::OnCancelClicked( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
SetNumPhases( 1 );
|
SetNumPhases( 1 );
|
||||||
SetOverallProgress( 1, 1 );
|
SetOverallProgress( 1, 1 );
|
||||||
Report( _( "Aborting remaining tasks." ) );
|
m_reporter->Report( _( "Aborting remaining tasks." ) );
|
||||||
|
|
||||||
m_cancelled.store( true );
|
m_cancelled.store( true );
|
||||||
m_finished.store( true );
|
m_finished.store( true );
|
||||||
|
|
Loading…
Reference in New Issue