You've already forked lazarus-ccr
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:
@@ -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 := '';
|
||||
|
Reference in New Issue
Block a user