mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-07 18:06:01 +02:00
LCL: Fix variable type used as a pointer parameter for TaskDialogIndirect. Issue #40265, noted by Arioch The.
This commit is contained in:
parent
4f0441eebb
commit
6de7a578ac
@ -309,7 +309,7 @@ type
|
|||||||
/// reflect the the bottom most optional checkbox state
|
/// reflect the the bottom most optional checkbox state
|
||||||
// - if Verify is not '', should be set before execution
|
// - if Verify is not '', should be set before execution
|
||||||
// - after execution, will contain the final checkbox state
|
// - after execution, will contain the final checkbox state
|
||||||
VerifyChecked: Boolean;
|
VerifyChecked: LongBool; // LongBool needed for TaskDialogIndirect parameter.
|
||||||
/// low-level access to the task dialog implementation
|
/// low-level access to the task dialog implementation
|
||||||
Dialog: TTaskDialogImplementation;
|
Dialog: TTaskDialogImplementation;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user