mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
LCL: Return a verification check status from Task Dialog. Issue #34199, patch from Serge Anvarov.
git-svn-id: trunk@58855 -
This commit is contained in:
parent
9cdca04078
commit
856eb03c6e
@ -236,6 +236,10 @@ begin
|
||||
FRadioButton := RadioButtons[TaskDlg.RadioRes-200] as TTaskDialogRadioButtonItem
|
||||
else
|
||||
FRadioButton := nil;
|
||||
if TaskDlg.VerifyChecked then
|
||||
Include(FFlags, tfVerificationFlagChecked)
|
||||
else
|
||||
Exclude(FFlags, tfVerificationFlagChecked)
|
||||
end;
|
||||
|
||||
procedure TCustomTaskDialog.DoOnButtonClicked(AModalResult: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user