ConteZero 3 лет назад
Родитель
Сommit
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()) {