Fixes and improvements in settings search

This commit is contained in:
Shiqing
2019-07-11 15:56:08 +08:00
parent 49ce6bacc3
commit b5b1a56c04
2 changed files with 19 additions and 8 deletions

View File

@ -50,6 +50,8 @@ class SectionedInspector : public HSplitContainer {
EditorInspector *inspector;
LineEdit *search_box;
String selected_category;
static void _bind_methods();
void _section_selected();