Hide list of children completely in structured data

* This makes it easier to enforce object ownership, as well as gives us options
  for e.g. generating structure data on demand lazily.
This commit is contained in:
baldurk
2020-10-26 10:24:47 +00:00
parent 117e16041a
commit 394896a3c9
15 changed files with 317 additions and 246 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ void ResourceInspector::Inspect(ResourceId id)
root->setText(0, chunkObj->name);
addStructuredObjects(root, chunkObj->data.children, false);
addStructuredChildren(root, *chunkObj);
}
else
{