From 9dc7a66b6287a15ad67322102b82a36925ec675d Mon Sep 17 00:00:00 2001 From: csh Date: Thu, 8 Aug 2024 11:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E4=BD=8D=E7=BD=AE=E8=AE=A1=E7=AE=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- range/Advanced/TSPdfParagraphRange.tsf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/range/Advanced/TSPdfParagraphRange.tsf b/range/Advanced/TSPdfParagraphRange.tsf index 3e5a3a8..95f1b64 100644 --- a/range/Advanced/TSPdfParagraphRange.tsf +++ b/range/Advanced/TSPdfParagraphRange.tsf @@ -178,11 +178,11 @@ begin bottom := {self.}StartY; end else begin - {self.}EndY -= line_space; - {self.}DynamicHeight += line_space; bottom -= line_space; x := {self.}StartX; - y := {self.}EndY + offset; + y := {self.}EndY - offset; + {self.}EndY -= line_space; + {self.}DynamicHeight += line_space; end end rect := array(left, bottom, right, top);