mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fwk. Fix missing config name bug
This commit is contained in:
parent
2bd1bd777c
commit
73c49b4ce9
@ -180,7 +180,7 @@ void PdmUiObjectHandle::expandUiTree(PdmUiTreeOrdering* root, QString uiConfigNa
|
||||
PdmUiTreeOrdering* child = root->child(cIdx);
|
||||
if (child->isValid() && !child->ignoreSubTree())
|
||||
{
|
||||
expandUiTree(child);
|
||||
expandUiTree(child, uiConfigName);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -207,7 +207,7 @@ void PdmUiObjectHandle::expandUiTree(PdmUiTreeOrdering* root, QString uiConfigNa
|
||||
uiObj(root->object())->addDefaultUiTreeChildren(root);
|
||||
if (root->childCount())
|
||||
{
|
||||
expandUiTree(root);
|
||||
expandUiTree(root, uiConfigName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user