mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
removed local changes committed in revision 9920 #436f4fbaef
git-svn-id: trunk@9925 -
This commit is contained in:
parent
436003c298
commit
ce1c3f69e2
@ -1117,12 +1117,11 @@ begin
|
||||
Windows.SetTextColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Font.Color)));
|
||||
Windows.SetBkColor(HDC(WParam), Windows.COLORREF(ColorToRGB(ChildWinControl.Brush.Color)));
|
||||
LMessage.Result := LResult(ChildWinControl.Brush.Handle);
|
||||
DebugLn(['WindowProc ', ChildWinControl.Name, ' Brush: ', LMessage.Result]);
|
||||
//DebugLn(['WindowProc ', ChildWinControl.Name, ' Brush: ', LMessage.Result]);
|
||||
// Override default handling
|
||||
WinProcess := false;
|
||||
end;
|
||||
end;
|
||||
if (Msg = WM_CTLCOLORSCROLLBAR) then WinProcess := true;
|
||||
end;
|
||||
WM_CLEAR:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user