You've already forked lazarus-ccr
Industrial/LCDDisplay: Fix crash in ClearEditorGrid.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -357,7 +357,7 @@ procedure TLCDCharDefsEditor.ClearEditorGrid;
|
||||
var
|
||||
i: integer;
|
||||
begin
|
||||
for i := 0 to High(FTmpDotRows[i]) do
|
||||
for i := 0 to High(FTmpDotRows) do
|
||||
FTmpDotRows[i] := 0;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user