1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Fix match counter in help pages not updating

This commit is contained in:
Michael Alexsander
2021-10-01 12:36:37 -03:00
parent 928c002f22
commit 4a8b5b92c3

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;