Codechange: ensure error without continuation is drawn in white

This commit is contained in:
Peter Nelson
2026-02-21 16:39:43 +00:00
committed by Peter Nelson
parent 5b37a7b35c
commit f1ef2ab76d
+1 -1
View File
@@ -190,7 +190,7 @@ public:
case WID_EM_MESSAGE:
if (this->detailed_msg.empty()) {
DrawStringMultiLineWithClipping(r, this->summary_msg.GetDecodedString(), TC_FROMSTRING, SA_CENTER);
DrawStringMultiLineWithClipping(r, this->summary_msg.GetDecodedString(), TC_WHITE, SA_CENTER);
} else if (this->extra_msg.empty()) {
/* Extra space when message is shorter than company face window */
int extra = (r.Height() - this->height_summary - this->height_detailed - WidgetDimensions::scaled.vsep_wide) / 2;