work on placement

This commit is contained in:
Harald Bamberger
2024-06-27 22:09:49 +02:00
parent 129cf2769c
commit 8fde7d3268
@@ -180,6 +180,10 @@ FOOTER;
'max' => $this->xoffsetperlevel[$level]->max + $width + $spacing
);
}
else
{
$this->xoffsetperlevel[$nextlevel]->max = ($this->xoffsetperlevel[$level]->max + $width + $spacing);
}
}
if( count($oe->childs) > 0 && count($oe->childs) === $ownchildcount )