You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix match counter in help pages not updating
This commit is contained in:
@@ -1922,7 +1922,7 @@ void FindBar::_update_results_count() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
String full_text = rich_text_label->get_text();
|
String full_text = rich_text_label->get_parsed_text();
|
||||||
|
|
||||||
int from_pos = 0;
|
int from_pos = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user