mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
Merged revision(s) 51494 #fa04e5624c from trunk:
LazReport, fix list of functions provided by lrAddAddFunctionLibrary not being listed in function list if LazReport compiled with FPC r31941 #8568dbce1f or newer, patch from Aleksey Lagunov ........ git-svn-id: branches/fixes_1_6@51993 -
This commit is contained in:
parent
23ff3cc22b
commit
833292149f
@ -12268,7 +12268,8 @@ var
|
||||
end;
|
||||
|
||||
begin
|
||||
if List.Find(funName, i) then
|
||||
i:=List.IndexOf(funName);
|
||||
if i>=0 then
|
||||
AddDesc(List)
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user