Reset ProjectSettings scroll when changing category

This commit is contained in:
ProgrammerOnCoffee
2025-04-07 17:57:00 -04:00
parent af2c713971
commit 6141ac8431

View File

@ -150,6 +150,7 @@ void SectionedInspector::_section_selected() {
selected_category = sections->get_selected()->get_metadata(0);
filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
inspector->set_property_prefix(selected_category + "/");
inspector->set_v_scroll(0);
}
void SectionedInspector::set_current_section(const String &p_section) {