diff --git a/es-core/src/components/TextComponent.cpp b/es-core/src/components/TextComponent.cpp index 6197b98a2..8bed4c33c 100644 --- a/es-core/src/components/TextComponent.cpp +++ b/es-core/src/components/TextComponent.cpp @@ -321,7 +321,7 @@ void TextComponent::setValue(const std::string& value) setText(mDefaultValue); } else if (mLoopHorizontal) { - setText(Utils::String::replace(value, "\n", "")); + setText(Utils::String::replace(value, "\n", " ")); } else { setText(value);