fixed type causing the box-options to be in the orient

This commit is contained in:
Ralf Becker 2006-09-27 13:01:34 +00:00
parent 5f0a31826d
commit f378683cab

View File

@ -246,7 +246,7 @@
case 'hbox':
case 'box':
case 'deck':
list($anz,$orient,$options) = split(',',$cell['size'],2);
list($anz,$orient,$options) = split(',',$cell['size'],3);
for ($n = 1; $n <= $anz; ++$n)
{
$this->add_widget($widget,$cell[$n],$embeded_too);