diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index 68a5a30a0a..aada9566b4 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -209,6 +209,7 @@ void GameButton::Draw(UIContext &dc) { dc.PushScissor(bounds_); if (title_.empty() && !ginfo->title.empty()) { title_ = ReplaceAll(ginfo->title + discNumInfo, "&", "&&"); + title_ = ReplaceAll(title_, "\n", " "); } dc.MeasureText(dc.GetFontStyle(), title_.c_str(), &tw, &th, 0);