From 1e7b3e235c120a19d01c243c3c8ed94ede4c1506 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 11 Mar 2010 21:59:43 +0000 Subject: [PATCH] Decide for a slightly darker gray value for non-focused cells of selected nodes. Fixes issue #1757. --- source/main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.pas b/source/main.pas index ec332004..78bfd831 100644 --- a/source/main.pas +++ b/source/main.pas @@ -7559,7 +7559,7 @@ begin if (vsSelected in Node.States) and (Node = Sender.FocusedNode) and (Column = Sender.FocusedColumn) then cl := clHighlight else if vsSelected in Node.States then - cl := $00EEEEEE + cl := $00DDDDDD else if prefEnableNullBG and gr.Rows[Node.Index].Cells[Column].IsNull then cl := prefNullBG; if cl <> clNone then begin