fpspreadsheet: Fix display of images inserted in WorksheetGrid under gtk as black areas.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7331 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-03-11 12:34:46 +00:00
parent 5457aab56b
commit 5def48c316
6 changed files with 46 additions and 68 deletions

View File

@@ -2580,7 +2580,7 @@ begin
AValue.OffsetY := AOffsetY;
AValue.ScaleX := AScaleX;
AValue.ScaleY := AScaleY;
AValue.Bitmap := nil; // to be initialized by viewing application
AValue.Picture := nil; // to be initialized by viewing application
AValue.Index := -1;
AValue.HyperlinkTarget := '';
AValue.HyperlinkToolTip := '';