The constructor for Box checks if the private field _cols is null to decide
whether it should generate colors. It is supposed to check if the parameter
$sixColor4s is null.
if (_cols != null) // should be if ($sixColor4s != null)
{
_cols = $sixColor4s;
}
else
{
//generate colors
}
Original issue reported on code.google.com by nienhs on 28 Oct 2010 at 9:14
Original issue reported on code.google.com by
nienhs
on 28 Oct 2010 at 9:14