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