diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index b17f105507a3..c049db8ef6e4 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -1922,7 +1922,7 @@ void FindBar::_update_results_count() { return; } - String full_text = rich_text_label->get_text(); + String full_text = rich_text_label->get_parsed_text(); int from_pos = 0;