Win32 - Memwatch - meaningless commit

This commit is contained in:
adelikat 2009-03-28 20:30:24 +00:00
parent 3433fce1e4
commit 7836d6254e
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void UpdateMemWatch()
if(hwndMemWatch && GameInfo)
{
//SetTextColor(hdc,RGB(0,0,0));
SetTextColor(hdc,GetSysColor(COLOR_WINDOWTEXT)); //adelikat-changed colors to Windows System Colors. Hardcoded colors run the risk of incompatibiliyt (for instance if someone uses custom colors and makes dialogs black, addresses would be unreadable)
SetTextColor(hdc,GetSysColor(COLOR_WINDOWTEXT)); //adelikat-changed colors to Windows System Colors. Hardcoded colors run the risk of incompatibiliy (for instance if someone uses custom colors and makes dialogs black, addresses would be unreadable)
SetBkColor(hdc,GetSysColor(COLOR_3DFACE));
for(int i = 0; i < MWNUM; i++)