Merge pull request #159 from LaurensVoerman/Affinity3b
re-assign thread affinity at the end of setThreadingModel()
This commit is contained in:
commit
26a313d549
@ -204,7 +204,7 @@ void ViewerBase::setThreadingModel(ThreadingModel threadingModel)
|
||||
|
||||
_threadingModel = threadingModel;
|
||||
|
||||
if (isRealized() && _threadingModel!=SingleThreaded) startThreading();
|
||||
setUpThreading();
|
||||
}
|
||||
|
||||
ViewerBase::ThreadingModel ViewerBase::suggestBestThreadingModel()
|
||||
|
Loading…
Reference in New Issue
Block a user