lcl: fixed compile

This commit is contained in:
mattias 2023-07-31 13:52:38 +02:00
parent 076ab60876
commit d4693029bc

View File

@ -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;