Merge pull request #19384 from guilhermefelipecgs/fix_loses_focus

[Inspector] Fix search field losing focus when typing
This commit is contained in:
Juan Linietsky
2018-06-05 16:42:58 -03:00
committed by GitHub

View File

@ -1638,6 +1638,7 @@ void EditorInspector::register_text_enter(Node *p_line_edit) {
void EditorInspector::_filter_changed(const String &p_text) { void EditorInspector::_filter_changed(const String &p_text) {
_clear();
update_tree(); update_tree();
} }