From c08c0d063093a7d162520fd5ec3f33f4b309b92f Mon Sep 17 00:00:00 2001 From: Markus Humm Date: Thu, 23 May 2019 20:37:07 +0200 Subject: [PATCH] Uncommented setting of background color as proposed in the acknowledged Mantis issue 6328 --- jvcl/run/JvDBGrid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvcl/run/JvDBGrid.pas b/jvcl/run/JvDBGrid.pas index 649ba9cbd7..c993a79ee7 100644 --- a/jvcl/run/JvDBGrid.pas +++ b/jvcl/run/JvDBGrid.pas @@ -3583,7 +3583,7 @@ procedure TJvDBGrid.DrawCell(ACol, ARow: Longint; ARect: TRect; AState: TGridDra Indicator := 0 else Indicator := 1; { multiselected and current row } -// MsIndicators.BkColor := FixedColor; + MsIndicators.BkColor := FixedColor; ALeft := FixRect.Right - MsIndicators.Width - FrameOffs; if InBiDiMode then Inc(ALeft);