Fixed crash on canceling the export

This commit is contained in:
Javier Serrano Polo
2016-07-21 19:39:55 +02:00
parent 7a98b3e669
commit b1d4ee1f97

View File

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