修复:目录换行位置计算错误
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user