fixed a bug in the mupp gui refresh of a collection.
This commit is contained in:
@@ -973,7 +973,8 @@ void PmuppGui::refresh()
|
||||
|
||||
for (int i=0; i<fParamDataHandler->GetNoOfCollections(); i++) {
|
||||
if (fParamDataHandler->GetCollection(i)->GetName() == label) { // found collection
|
||||
pathName = fParamDataHandler->GetCollection(i)->GetPathName();
|
||||
QDir dir(QDir::currentPath());
|
||||
pathName = dir.path() + "/" + fParamDataHandler->GetCollection(i)->GetName();
|
||||
collIdx = i;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user