mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 20:37:19 +01:00
LCL: bkCancel sets Cancel property
git-svn-id: trunk@9976 -
This commit is contained in:
parent
8416ec2b2d
commit
ca7b5913c8
@ -196,6 +196,7 @@ begin
|
||||
Caption := GetCaptionOfKind(fKind);
|
||||
ModalResult := BitBtnModalResults[FKind];
|
||||
Default := FKind in [bkOk,bkYes];
|
||||
Cancel := FKind = bkCancel;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user