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:
wp_xxyyzz
2014-06-23 14:13:46 +00:00
parent 897ad1d9d2
commit 1f2044e246

View File

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