mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:59:15 +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
|
||||
begin
|
||||
nm[st] := Null;
|
||||
FOnGetValue(AnsiUpperCase(s1), nm[st]);
|
||||
FOnGetValue(s1, nm[st]);
|
||||
end;
|
||||
end;
|
||||
i := k;
|
||||
|
Loading…
Reference in New Issue
Block a user