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

Invert comparison operators in CellView.Size() #554

Merged
merged 1 commit into from
Sep 11, 2022

Commits on Sep 8, 2022

  1. Invert comparison operators in CellView.Size()

    Fixes gdamore#553
    
    This function is supposed to return a minimum 2x2 square. However, as the comparison operators are the wrong way around a maximum 2x2 square is returned instead. Inverting the comparison operators fixes the issue.
    chrBrd committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    90d9f44 View commit details
    Browse the repository at this point in the history