Edit box baseline (regresses volume control dialog though)

This commit is contained in:
elasota
2020-02-03 04:54:55 -05:00
parent 25ee3531b2
commit dee560492e
9 changed files with 126 additions and 8 deletions

View File

@@ -31,10 +31,6 @@ namespace PortabilityLayer
void LabelWidget::DrawControl(DrawSurface *surface)
{
// FIXME: This is kind of bad
surface->SetForeColor(StdColors::White());
surface->FillRect(m_rect);
surface->SetSystemFont(12, PortabilityLayer::FontFamilyFlag_Bold);
surface->SetForeColor(StdColors::Black());