From Cory Riddell, "I added a line to clear the threads vector prior to populating it in
Viewer::getAllThreads(). This is consistent with what happens in Viewer::getOperationThreads()."
This commit is contained in:
@@ -1004,6 +1004,8 @@ void Viewer::getViews(Views& views, bool onlyValid)
|
||||
|
||||
void Viewer::getAllThreads(Threads& threads, bool onlyActive)
|
||||
{
|
||||
threads.clear();
|
||||
|
||||
OperationThreads operationThreads;
|
||||
getOperationThreads(operationThreads);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user