diff --git a/editor/doc/editor_help.cpp b/editor/doc/editor_help.cpp index 73614301cfa..f7716cdf649 100644 --- a/editor/doc/editor_help.cpp +++ b/editor/doc/editor_help.cpp @@ -4999,6 +4999,11 @@ bool FindBar::_search(bool p_search_previous) { results_count = 0; results_count_to_current = 0; } + + if (results_count == 1) { + rich_text_label->scroll_to_selection(); + } + _update_matches_label(); return ret;