diff --git a/dll/win32/comctl32/button.c b/dll/win32/comctl32/button.c index 4289b31e210..eb627145f3a 100644 --- a/dll/win32/comctl32/button.c +++ b/dll/win32/comctl32/button.c @@ -1892,7 +1892,7 @@ void BUTTON_Register() wndClass.cbClsExtra = 0; wndClass.cbWndExtra = sizeof(PBUTTON_DATA); wndClass.hCursor = LoadCursorW(0, (LPCWSTR)IDC_ARROW); - wndClass.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); + wndClass.hbrBackground = 0; wndClass.lpszClassName = WC_BUTTONW; RegisterClassW(&wndClass);