Merge pull request #89631 from dalexeev/editor-fix-inspector-groups-interfering
Editor: Fix same-name (sub)groups interfering in Inspector
This commit is contained in:
commit
c9c0205c07
1 changed files with 3 additions and 0 deletions
|
|
@ -2804,6 +2804,9 @@ void EditorInspector::update_tree() {
|
|||
subgroup_base = "";
|
||||
section_depth = 0;
|
||||
|
||||
vbox_per_path.clear();
|
||||
editor_inspector_array_per_prefix.clear();
|
||||
|
||||
if (!show_categories) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue