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