|
@@ -1620,6 +1620,8 @@ begin
|
|
|
+Item.ContentBoxHeight
|
|
|
+ChildNode.PaddingBottom+ChildNode.BorderBottom;
|
|
|
ChildEl.UsedBorderBox:=r;
|
|
|
+ ChildNode.Left:=NewLeft;
|
|
|
+ ChildNode.Top:=NewTop;
|
|
|
|
|
|
// used contentbox
|
|
|
r.Left:=r.Left+ChildNode.BorderLeft+ChildNode.PaddingLeft;
|
|
@@ -1627,6 +1629,8 @@ begin
|
|
|
r.Right:=r.Left+Item.ContentBoxWidth;
|
|
|
r.Bottom:=r.Top+Item.ContentBoxHeight;
|
|
|
ChildEl.UsedContentBox:=r;
|
|
|
+ ChildNode.Width:=r.Width;
|
|
|
+ ChildNode.Height:=r.Height;
|
|
|
|
|
|
{$IFDEF VerboseFresnelPlacing}
|
|
|
writeln('TFLFlowLayouter.PlaceLineItems '+ChildEl.GetPath+' BorderBox='+ChildEl.UsedBorderBox.ToString);
|