2
0
Эх сурвалжийг харах

Fix match counter in help pages not updating

Michael Alexsander 4 жил өмнө
parent
commit
4a8b5b92c3

+ 1 - 1
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;