Alex Henrie : winecfg: Paint text on About tab with the right background color.

Alexandre Julliard julliard at winehq.org
Thu Jul 20 12:11:28 CDT 2017


Module: wine
Branch: stable
Commit: 173ff9d5cd09dda5dc7af910f75095709241fd6a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=173ff9d5cd09dda5dc7af910f75095709241fd6a

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Mar 26 21:26:16 2017 -0600

winecfg: Paint text on About tab with the right background color.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 127bb951e17a934a6d64b4e8554292256edeee7a)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 programs/winecfg/about.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winecfg/about.c b/programs/winecfg/about.c
index 09cc015..a2b4022 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;




More information about the wine-cvs mailing list