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);