Toponaming: Cleanup

This commit is contained in:
bgbsww
2024-07-18 10:23:29 -04:00
parent c9232b141a
commit 5afdc19874
11 changed files with 361 additions and 69 deletions

View File

@@ -381,7 +381,7 @@ bool GroupExtension::extensionGetSubObject(DocumentObject *&ret, const char *sub
if(!dot)
return false;
if(subname[0]!='$')
ret = Group.find(std::string(subname,dot));
ret = Group.findUsingMap(std::string(subname,dot));
else{
std::string name = std::string(subname+1,dot);
for(auto child : Group.getValues()) {