Procházet zdrojové kódy

Merge pull request #53310 from YeldhamDev/docs_match_fix

Fix match counter in help pages not updating
Rémi Verschelde před 4 roky
rodič
revize
a30de5cedd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      editor/editor_help.cpp

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