fpspreadsheet: Use cell background in TsWorksheetGrid's cell editor.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8809 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-04-25 20:14:36 +00:00
parent 6a4f6d3ebf
commit a89357d559

View File

@ -2112,6 +2112,7 @@ begin
if not odd(FSelPen.Width) then dec(Rct.Left);
Editor.Font := CellFont[Col, Row];
Editor.Font.Height := Round(Font.Height * ZoomFactor);
Editor.Color := BackgroundColor[Col, Row];
Editor.SetBounds(Rct.Left, Rct.Top, Rct.Right-Rct.Left-1, Rct.Bottom-Rct.Top-1);
end;
end;