fpspreadsheet: Quick-and-dirty fix for severe flicker of TsWorksheetGrid after Laz trunk r57267

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6186 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2018-02-08 00:11:58 +00:00
parent 14633ea902
commit 4f5e416606

View File

@ -1257,6 +1257,7 @@ end;
constructor TsCustomWorksheetGrid.Create(AOwner: TComponent);
begin
inc(FRowHeightLock);
DoubleBuffered := true;
FInternalWorkbookSource := TsWorkbookSource.Create(self);
FInternalWorkbookSource.Name := 'internal';