This commit is contained in:
csh
2025-09-25 17:57:23 +08:00
parent 67a7d27363
commit 20a343f501
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12227,7 +12227,7 @@ end;
function Bdr.ConvertToPoint();override;
begin
if not ifnil({self.}XmlAttrSz) then
{self.}Sz := TSSafeUnitConverter.EighthPointToPoints({self.}XmlAttrSz.Value);
{self.}Sz := TSSafeUnitConverter.EighthPointsToPoints({self.}XmlAttrSz.Value);
end;
function Bdr.ReadXmlAttrVal();