You've already forked lazarus-ccr
fpspreadsheet: Fix TsWorksheetGrid ignoring cell background color if cell is in frozen pane.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3225 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -685,6 +685,7 @@ begin
|
||||
if wasFixed then begin
|
||||
AState := AState - [gdFixed];
|
||||
Canvas.Brush.Color := clWindow;
|
||||
DoPrepareCanvas(ACol, ARow, AState);
|
||||
end;
|
||||
|
||||
inherited DefaultDrawCell(ACol, ARow, ARect, AState);
|
||||
|
Reference in New Issue
Block a user