mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
lcl: fixed compile
This commit is contained in:
parent
076ab60876
commit
d4693029bc
@ -1547,7 +1547,7 @@ begin
|
||||
if Assigned(Screen.ActiveCustomForm) then
|
||||
Result := Screen.ActiveCustomForm.Handle
|
||||
else
|
||||
Result := feInvalidHandle;
|
||||
Result := TLCLHandle(-1);
|
||||
end;
|
||||
|
||||
function TApplication.GetCurrentHelpFile: string;
|
||||
|
Loading…
Reference in New Issue
Block a user