--Bug fixes

-Rapidly stopping and starting sequence preview generation would either freeze or crash the program.
This commit is contained in:
Person
2019-06-28 18:51:36 -07:00
parent 4929017987
commit afa6dea68a
3 changed files with 13 additions and 27 deletions

View File

@ -625,7 +625,6 @@ public:
{
m_PreviewRun = false;
m_PreviewRenderer.Abort();
m_PreviewResult.cancel();
m_PreviewResult.waitForFinished();
}