Skip to content

Commit

Permalink
Merge pull request #2928 from jasp00/cancel-crash
Browse files Browse the repository at this point in the history
Fix crash on canceling the export
  • Loading branch information
jasp00 authored Jul 23, 2016
2 parents 0d50174 + b1d4ee1 commit 07cc0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ProjectRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ void ProjectRenderer::run()
void ProjectRenderer::abortProcessing()
{
m_abort = true;
wait();
}


Expand Down

0 comments on commit 07cc0ed

Please sign in to comment.