Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter $sixColor4s for Box-constructor is ignored #17

Closed
GoogleCodeExporter opened this issue May 20, 2015 · 1 comment
Closed

Parameter $sixColor4s for Box-constructor is ignored #17

GoogleCodeExporter opened this issue May 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

thanks, that's fixed now.

Original comment by ippeldv@gmail.com on 1 Nov 2010 at 3:05

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant