Fix high score banner entry

This commit is contained in:
elasota
2020-02-05 00:22:55 -05:00
parent 60e0912a7b
commit 7b8052174f
4 changed files with 36 additions and 35 deletions

View File

@@ -31,6 +31,9 @@ namespace PortabilityLayer
void LabelWidget::DrawControl(DrawSurface *surface)
{
surface->SetForeColor(StdColors::White());
surface->FillRect(m_rect);
surface->SetSystemFont(12, PortabilityLayer::FontFamilyFlag_Bold);
surface->SetForeColor(StdColors::Black());