From a9129c5772f10ad576b6ffe35ed99496380af523 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 3 May 2021 19:16:43 +0800 Subject: [PATCH] set ct_arg to be 0 for CT_ALPHAPIXEL --- src/misc/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/about.c b/src/misc/about.c index e5845c35..6c1a5baf 100644 --- a/src/misc/about.c +++ b/src/misc/about.c @@ -228,7 +228,7 @@ HWND GUIAPI OpenAboutDialog (HWND hHosting) SysPixelColor[IDX_COLOR_darkgray].g, SysPixelColor[IDX_COLOR_darkgray].b, 0xA0), - CT_ALPHAPIXEL, 0x80); + CT_ALPHAPIXEL, COLOR_BLEND_LEGACY); if (hMainWnd == HWND_INVALID) return HWND_INVALID;