Browse Source

Fix editor_log text copy

ConteZero 3 năm trước cách đây
mục cha
commit
ee8fc125bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()) {