1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

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:
Rémi Verschelde
2024-03-24 01:20:02 +01:00

View File

@@ -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;
}