fix it better

This commit is contained in:
zeromus 2009-11-03 03:55:01 +00:00
parent 7c6f53a41d
commit 8a0b1acf43
1 changed files with 3 additions and 2 deletions

View File

@ -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;