mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:29:31 +02:00
IDE: less hints
git-svn-id: trunk@43823 -
This commit is contained in:
parent
1efbde31e6
commit
f24798f114
@ -116,7 +116,7 @@ begin
|
||||
FoldConfigCheckListBox.Checked[j] :=
|
||||
Hl.FoldConfig[FCurFoldInfo.Info^[i].Index].Enabled and
|
||||
(Hl.FoldConfig[FCurFoldInfo.Info^[i].Index].Modes * [fmFold, fmHide] <> []);
|
||||
FoldConfigCheckListBox.Items.Objects[j] := TObject(Pointer(i));
|
||||
FoldConfigCheckListBox.Items.Objects[j] := TObject(Pointer(PtrUInt(i)));
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user