浏览代码

Fix editor_log text copy

ConteZero 3 年之前
父节点
当前提交
ee8fc125bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_log.cpp

+ 1 - 1
editor/editor_log.cpp

@@ -168,7 +168,7 @@ void EditorLog::_copy_request() {
 	String text = log->get_selected_text();
 
 	if (text.is_empty()) {
-		text = log->get_text();
+		text = log->get_parsed_text();
 	}
 
 	if (!text.is_empty()) {