mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 10:29:28 +02:00
IDEIntf: less hints
git-svn-id: trunk@52557 -
This commit is contained in:
parent
83e3060067
commit
4c9d5e70ca
@ -5111,7 +5111,7 @@ var
|
||||
V: Variant;
|
||||
begin
|
||||
try
|
||||
VarCast(V, Value, VarType(GetVarValue));
|
||||
VarCast(V{%H-}, Value, VarType(GetVarValue));
|
||||
except
|
||||
V := Value;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user