mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
winecfg: Paint text on About tab with the right background color.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c03b7fd9cb
commit
127bb951e1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue