mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +02:00
LCL/ChecListBox: support Space key to switch to cbGrayed state
This commit is contained in:
parent
d8b3a51829
commit
f174b9a503
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user