mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
work on placement
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user