mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063
(cherry picked from commit 51da4aa0c4
)
This commit is contained in:
parent
b561ec5fe3
commit
34747b97d1
@ -124,6 +124,7 @@ end;
|
||||
function TActionLink.Update: Boolean;
|
||||
begin
|
||||
{$IF FPC_Fullversion<30301} // Workaround for issue #41063 / Partial fix for actionlinks that inherit TActionLink only
|
||||
Result := False;
|
||||
if Assigned(Action) then
|
||||
{$ENDIF}
|
||||
Result := inherited Update;
|
||||
|
Loading…
Reference in New Issue
Block a user