Merge pull request #53310 from YeldhamDev/docs_match_fix

Fix match counter in help pages not updating
This commit is contained in:
Rémi Verschelde 2021-10-01 19:42:46 +02:00 committed by GitHub
commit a30de5cedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;