LCL/ChecListBox: support Space key to switch to cbGrayed state

This commit is contained in:
rich2014 2024-09-06 23:09:17 +08:00
parent d8b3a51829
commit f174b9a503

View File

@ -336,7 +336,7 @@ begin
if (ItemIndex >= 0) and ItemEnabled[ItemIndex] then
begin
Index := ItemIndex;
Checked[Index] := not Checked[Index];
Toggle(Index);
ClickCheck;
ItemClick(Index); // deprecated in V3.99
end;