From 8ee073cc4055a5885ee3eaf52bd82df87448592f Mon Sep 17 00:00:00 2001 From: blikblum Date: Thu, 7 Jan 2016 01:44:59 +0000 Subject: [PATCH] * 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 --- components/virtualtreeview-new/branches/4.8/VirtualTrees.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index f680e609d..43e01c876 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -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;