Explorar el Código

Merge pull request #60040 from ConteZero/editor_log_copy

Rémi Verschelde hace 3 años
padre
commit
4f0a379b25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
 	String text = log->get_selected_text();
 
 
 	if (text.is_empty()) {
 	if (text.is_empty()) {
-		text = log->get_text();
+		text = log->get_parsed_text();
 	}
 	}
 
 
 	if (!text.is_empty()) {
 	if (!text.is_empty()) {