mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:37:58 +02:00
LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063
This commit is contained in:
parent
d9ba51bbe9
commit
51da4aa0c4
@ -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