Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information