Merge pull request #2928 from jasp00/cancel-crash

Fix crash on canceling the export
This commit is contained in:
Javier Serrano Polo
2016-07-23 02:31:55 +00:00
committed by GitHub

View File

@@ -213,6 +213,7 @@ void ProjectRenderer::run()
void ProjectRenderer::abortProcessing()
{
m_abort = true;
wait();
}