We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4972a52 + 6141ac8 commit aad0bddCopy full SHA for aad0bdd
editor/editor_sectioned_inspector.cpp
@@ -150,6 +150,7 @@ void SectionedInspector::_section_selected() {
150
selected_category = sections->get_selected()->get_metadata(0);
151
filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
152
inspector->set_property_prefix(selected_category + "/");
153
+ inspector->set_v_scroll(0);
154
}
155
156
void SectionedInspector::set_current_section(const String &p_section) {
0 commit comments