mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
LCL: Grids, fix typo that breaks compiling.
This commit is contained in:
parent
7b9589dc61
commit
239be664c0
@ -2341,7 +2341,7 @@ begin
|
|||||||
if length(widths)>0 then
|
if length(widths)>0 then
|
||||||
avgSize := availableSize div length(widths);
|
avgSize := availableSize div length(widths);
|
||||||
done := false;
|
done := false;
|
||||||
break:
|
break;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
until done;
|
until done;
|
||||||
|
Loading…
Reference in New Issue
Block a user