Browse Source

Don't wait for background tasks before closing the project manager frame.

Cancels the curl transfer if the reporter was cancelled.
pcb_db
Alex Shvartzkop 10 months ago
parent
commit
8f60a47a81
  1. 2
      common/background_jobs_monitor.cpp

2
common/background_jobs_monitor.cpp

@ -183,7 +183,7 @@ BACKGROUND_JOB_REPORTER::BACKGROUND_JOB_REPORTER( BACKGROUND_JOBS_MONITOR* aMoni
bool BACKGROUND_JOB_REPORTER::updateUI()
{
return true;
return !m_cancelled;
}

Loading…
Cancel
Save