removed local changes committed in revision 9920 #436f4fbaef

git-svn-id: trunk@9925 -
This commit is contained in:
vincents 2006-09-18 09:27:11 +00:00
parent 436003c298
commit ce1c3f69e2

View File

@ -1117,12 +1117,11 @@ begin
Windows.SetTextColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Font.Color))); Windows.SetTextColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Font.Color)));
Windows.SetBkColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Brush.Color))); Windows.SetBkColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Brush.Color)));
LMessage.Result := LResult(ChildWinControl.Brush.Handle); LMessage.Result := LResult(ChildWinControl.Brush.Handle);
DebugLn(['WindowProc ', ChildWinControl.Name, ' Brush: ', LMessage.Result]); //DebugLn(['WindowProc ', ChildWinControl.Name, ' Brush: ', LMessage.Result]);
// Override default handling // Override default handling
WinProcess := false; WinProcess := false;
end; end;
end; end;
if (Msg = WM_CTLCOLORSCROLLBAR) then WinProcess := true;
end; end;
WM_CLEAR: WM_CLEAR:
begin begin