From 6ac78ab6b662a55a79da25b369ee618f73382a30 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 15 Feb 2017 10:08:42 +0000 Subject: [PATCH] fpspreadsheet: Fix default value of TsWorksheetGrid.AutoExpand. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5749 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas index c574423b8..d34bb5dc0 100644 --- a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas +++ b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas @@ -518,7 +518,7 @@ type {@@ Automatically recalculates the worksheet formulas if a cell value changes. } property AutoCalc; {@@ Automatically expand grid dimensions } - property AutoExpand default [aeData, aeNavigation]; + property AutoExpand; {@@ Displays column and row headers in the fixed col/row style of the grid. Deprecated. Use ShowHeaders instead. } property DisplayFixedColRow; deprecated 'Use ShowHeaders';