diff --git a/src/view_text.cpp b/src/view_text.cpp index 46b611d9485..d94888504fc 100644 --- a/src/view_text.cpp +++ b/src/view_text.cpp @@ -503,6 +503,8 @@ void View::DrawText(DeviceContext *dc, Text *text, TextDrawingParams ¶ms) params.m_actualWidth = text->GetContentRight(); + resources->SelectTextFont(FONTWEIGHT_NONE, FONTSTYLE_NONE); + dc->EndTextGraphic(text, this); }