Commented out the SetBKColor in the callback

git-svn-id: svn://10.0.0.236/trunk@5053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods
1998-07-06 19:58:36 +00:00
parent 724441e9cf
commit a8236ce79d

View File

@@ -1457,7 +1457,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
nsWindow* control = (nsWindow*)::GetWindowLong((HWND)lParam, GWL_USERDATA);
if (control) {
HDC hDC = (HDC)wParam;
::SetBkColor (hDC, mBackground);
//::SetBkColor (hDC, mBackground);
::SetTextColor(hDC, mForeground);
*aRetValue = (LPARAM)control->OnControlColor();
}