mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:59:23 +02:00
LCL, Grids: fix customgrid autoadjustcolumns, from AlexeyT
git-svn-id: trunk@61242 -
This commit is contained in:
parent
6f4a672236
commit
482649c453
@ -9925,7 +9925,7 @@ procedure TCustomGrid.AutoAdjustColumns;
|
|||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
For i:=0 to ColCount do
|
For i:=0 to ColCount-1 do
|
||||||
AutoAdjustColumn(i);
|
AutoAdjustColumn(i);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user