Explorar o código

Fix editor_log text copy

ConteZero %!s(int64=3) %!d(string=hai) anos
pai
achega
ee8fc125bf
Modificáronse 1 ficheiros con 1 adicións e 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();
 
 	if (text.is_empty()) {
-		text = log->get_text();
+		text = log->get_parsed_text();
 	}
 
 	if (!text.is_empty()) {