re-assign thread affinity at the end of setThreadingModel()

This commit is contained in:
Laurens Voerman
2016-10-17 09:50:48 +02:00
parent e17ad60c2d
commit d461149969

View File

@@ -204,7 +204,7 @@ void ViewerBase::setThreadingModel(ThreadingModel threadingModel)
_threadingModel = threadingModel;
if (isRealized() && _threadingModel!=SingleThreaded) startThreading();
setUpThreading();
}
ViewerBase::ThreadingModel ViewerBase::suggestBestThreadingModel()