Jelajahi Sumber

Fix hidden scrollbar in editor settings

Giganzo 1 Minggu lalu
induk
melakukan
7f23baa79d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      editor/inspector/editor_sectioned_inspector.cpp

+ 1 - 1
editor/inspector/editor_sectioned_inspector.cpp

@@ -152,7 +152,7 @@ void SectionedInspector::_section_selected() {
 	selected_category = sections->get_selected()->get_metadata(0);
 	selected_category = sections->get_selected()->get_metadata(0);
 	filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
 	filter->set_section(selected_category, sections->get_selected()->get_first_child() == nullptr);
 	inspector->set_property_prefix(selected_category + "/");
 	inspector->set_property_prefix(selected_category + "/");
-	inspector->set_v_scroll(0);
+	inspector->set_scroll_offset(0);
 	emit_signal(SNAME("category_changed"), selected_category);
 	emit_signal(SNAME("category_changed"), selected_category);
 }
 }