Skip to content

Commit 40f107d

Browse files
committed
Merge pull request #108721 from Giganzo/hidden-scrollbar
Fix hidden scrollbar in editor settings
2 parents 90191a5 + 7f23baa commit 40f107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/inspector/editor_sectioned_inspector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void SectionedInspector::_section_selected() {
152152
selected_category = sections->get_selected()->get_metadata(0);
153153
filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
154154
inspector->set_property_prefix(selected_category + "/");
155-
inspector->set_v_scroll(0);
155+
inspector->set_scroll_offset(0);
156156
emit_signal(SNAME("category_changed"), selected_category);
157157
}
158158

0 commit comments

Comments
 (0)