mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-27 21:10:16 +02:00
Fixed loading boolean property.
This commit is contained in:
parent
c9bfb3c440
commit
d69b7e791b
@ -8159,7 +8159,7 @@ begin
|
||||
SetOrdProp(Instance, PropInfo, ReadInteger);
|
||||
end;
|
||||
tkBool:
|
||||
SetOrdProp(Instance, PropInfo, Ord(ReadBoolean));
|
||||
SetBoolProp(Instance, PropInfo, ReadBoolean);
|
||||
tkChar:
|
||||
SetOrdProp(Instance, PropInfo, Ord(ReadChar));
|
||||
tkEnumeration:
|
||||
|
Loading…
Reference in New Issue
Block a user