Skip to content

Commit

Permalink
Merge pull request #89631 from dalexeev/editor-fix-inspector-groups-i…
Browse files Browse the repository at this point in the history
…nterfering

Editor: Fix same-name (sub)groups interfering in Inspector
  • Loading branch information
akien-mga committed Mar 24, 2024
2 parents 8e6d011 + 9b7dcfa commit c9c0205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/editor_inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c9c0205

Please sign in to comment.