mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:49:27 +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
|
||||
avgSize := availableSize div length(widths);
|
||||
done := false;
|
||||
break:
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
until done;
|
||||
|
Loading…
Reference in New Issue
Block a user