mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:39:14 +02:00
lazreport: remove case conversion when calling GetVariableValue (OnGetValue) in CalcOPZ. Redo rev 36490. This time without collateral effects due to changes in rev 36539 #fea7df6a87
git-svn-id: trunk@36540 -
This commit is contained in:
parent
fea7df6a87
commit
98c4e38d37
@ -263,7 +263,7 @@ begin
|
|||||||
if Assigned(FOnGetValue) then
|
if Assigned(FOnGetValue) then
|
||||||
begin
|
begin
|
||||||
nm[st] := Null;
|
nm[st] := Null;
|
||||||
FOnGetValue(AnsiUpperCase(s1), nm[st]);
|
FOnGetValue(s1, nm[st]);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
i := k;
|
i := k;
|
||||||
|
Loading…
Reference in New Issue
Block a user