mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 21:39:49 +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
|
||||
i: Integer;
|
||||
begin
|
||||
For i:=0 to ColCount do
|
||||
For i:=0 to ColCount-1 do
|
||||
AutoAdjustColumn(i);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user