Merge pull request #108721 from Giganzo/hidden-scrollbar
Fix hidden scrollbar in editor settings
This commit is contained in:
commit
40f107de9f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,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);
|
||||
inspector->set_scroll_offset(0);
|
||||
emit_signal(SNAME("category_changed"), selected_category);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue