Editor: Fix same-name (sub)groups interfering in Inspector
Clear (sub)group hashmaps when changing category.
This commit is contained in:
@ -2806,6 +2806,9 @@ void EditorInspector::update_tree() {
|
|||||||
subgroup_base = "";
|
subgroup_base = "";
|
||||||
section_depth = 0;
|
section_depth = 0;
|
||||||
|
|
||||||
|
vbox_per_path.clear();
|
||||||
|
editor_inspector_array_per_prefix.clear();
|
||||||
|
|
||||||
if (!show_categories) {
|
if (!show_categories) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user