* Advanced demo: change header color to a more predicable one

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2551 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2012-10-13 11:37:45 +00:00
parent f80f36872e
commit 6f3f21b8a1

View File

@ -106,7 +106,7 @@ begin
begin
if hpeBackground in Elements then
begin
TargetCanvas.Brush.Color := clBackground;
TargetCanvas.Brush.Color := clBtnFace;
TargetCanvas.FillRect(PaintRectangle);
end;
end