From 127bb951e17a934a6d64b4e8554292256edeee7a Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Sun, 26 Mar 2017 21:26:16 -0600 Subject: [PATCH] winecfg: Paint text on About tab with the right background color. Signed-off-by: Alex Henrie Signed-off-by: Alexandre Julliard --- programs/winecfg/about.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winecfg/about.c b/programs/winecfg/about.c index 09cc0151574..a2b402230cd 100644 --- a/programs/winecfg/about.c +++ b/programs/winecfg/about.c @@ -171,6 +171,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) case IDC_ABT_PANEL_TEXT: case IDC_ABT_LICENSE_TEXT: case IDC_ABT_WEB_LINK: + SetBkColor((HDC)wParam, GetSysColor(COLOR_WINDOW)); return (INT_PTR)CreateSolidBrush(GetSysColor(COLOR_WINDOW)); } break; -- 2.11.4.GIT