fix it better
This commit is contained in:
parent
7c6f53a41d
commit
8a0b1acf43
|
@ -717,7 +717,8 @@ BOOL CALLBACK ReplayDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lP
|
|||
else
|
||||
SetTextColor(hdcStatic, RGB(255,0,0)); // use red for a mismatch
|
||||
|
||||
return FALSE;
|
||||
SetBkMode((HDC)wParam,TRANSPARENT);
|
||||
return (BOOL)GetSysColorBrush(COLOR_BTNFACE);
|
||||
}
|
||||
else
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in New Issue