mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 11:20:23 +02:00
datetimectrls: datetimepicker: use Self as Sender for OnCheckBoxChange.
Reason: do not expose check box to public methods. git-svn-id: trunk@54496 -
This commit is contained in:
parent
bf733a19c0
commit
3764df3f2c
@ -3444,7 +3444,7 @@ begin
|
||||
SetFocusIfPossible;
|
||||
|
||||
if Assigned(FOnCheckBoxChange) then
|
||||
FOnCheckBoxChange(Sender);
|
||||
FOnCheckBoxChange(Self);
|
||||
|
||||
Invalidate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user