mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Decide for a slightly darker gray value for non-focused cells of selected nodes. Fixes issue #1757.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user