Revert "[USER32][NTUSER] Fill by white in DrawFrameControl:DFC_MENU (#4779)" (#4784)

This reverts commit 13868ee0e8.
CORE-18515
This commit is contained in:
Katayama Hirofumi MZ 2022-10-16 00:18:50 +09:00 committed by GitHub
parent f0b8a1730e
commit 227e596f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -959,7 +959,6 @@ BOOL FASTCALL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
WCHAR Symbol;
RECT myr;
INT cxy;
FillRect(dc, r, (HBRUSH)NtGdiGetStockObject(WHITE_BRUSH));
cxy = UITOOLS_MakeSquareRect(r, &myr);
switch(uFlags & 0x1f)
{

View file

@ -978,7 +978,6 @@ static BOOL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
TCHAR Symbol;
RECT myr;
INT cxy;
FillRect(dc, r, (HBRUSH)GetStockObject(WHITE_BRUSH));
cxy = UITOOLS_MakeSquareRect(r, &myr);
switch(uFlags & 0x1f)
{