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