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 90191a5 + 7f23baa commit 40f107dCopy full SHA for 40f107d
editor/inspector/editor_sectioned_inspector.cpp
@@ -152,7 +152,7 @@ void SectionedInspector::_section_selected() {
152
selected_category = sections->get_selected()->get_metadata(0);
153
filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
154
inspector->set_property_prefix(selected_category + "/");
155
- inspector->set_v_scroll(0);
+ inspector->set_scroll_offset(0);
156
emit_signal(SNAME("category_changed"), selected_category);
157
}
158
0 commit comments