kcontrols icon indicating copy to clipboard operation
kcontrols copied to clipboard

Drawmodrows

Open liuzg2 opened this issue 5 years ago • 0 comments

procedure TKGridCellPainter.Drawmodrows; begin

 if   (State * [gdFixed, gdSelected] = []) and (FRow>=0)  then

begin if FRow mod 2 = 0 then Canvas.Brush.Color := self.FGrid.Color else Canvas.Brush.Color := RGB(240,240,255); end;

end;

liuzg2 avatar Oct 31 '19 01:10 liuzg2