LCL, store cell widths also for autofilled grid

git-svn-id: trunk@20051 -
This commit is contained in:
jesus 2009-05-19 16:17:33 +00:00
parent b8e4258554
commit 47e7115c4d

View File

@ -5307,7 +5307,7 @@ procedure TCustomGrid.DefineProperties(Filer: TFiler);
Result := not SonColsIguales(TCustomGrid(Filer.Ancestor))
else
Result := not SonDefault(True, FCols);
result := Result and not AutoFillColumns;
//result := Result and not AutoFillColumns;
end;
function NeedHeights: boolean;
begin