fpspreadsheet: Remove forced "Doublebuffered" of WorksheetGrid again, now that grid flickering is fixed in lcl r57338.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6210 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-02-20 23:51:28 +00:00
parent ef46ccd90d
commit 332d8efdd4

View File

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