* Use clBtnText instead of clWindowText in header caption

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2016-01-07 01:44:59 +00:00
parent d6a99df706
commit 8ee073cc40

View File

@ -7550,7 +7550,7 @@ begin
else
TextColor := FHeader.FFont.Color;
if TextColor = clDefault then
TextColor := clCaptionText;
TextColor := clBtnText;
SetTextColor(DC, ColorToRGB(TextColor));
DrawText(DC, PChar(Caption), Length(Caption), Bounds, DrawFormat);
end;