浏览代码

Fix match counter in help pages not updating

Michael Alexsander 4 年之前
父节点
当前提交
4a8b5b92c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_help.cpp

+ 1 - 1
editor/editor_help.cpp

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