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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user