mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[COMCTL32] Button: Don't use a class brush. CORE-13445
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user