修复:目录换行位置计算错误
This commit is contained in:
parent
d687f45b3b
commit
9dc7a66b62
|
|
@ -178,11 +178,11 @@ begin
|
||||||
bottom := {self.}StartY;
|
bottom := {self.}StartY;
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
{self.}EndY -= line_space;
|
|
||||||
{self.}DynamicHeight += line_space;
|
|
||||||
bottom -= line_space;
|
bottom -= line_space;
|
||||||
x := {self.}StartX;
|
x := {self.}StartX;
|
||||||
y := {self.}EndY + offset;
|
y := {self.}EndY - offset;
|
||||||
|
{self.}EndY -= line_space;
|
||||||
|
{self.}DynamicHeight += line_space;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rect := array(left, bottom, right, top);
|
rect := array(left, bottom, right, top);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue