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

fix shape.set_boundary() #8114

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Conversation

FoamyGuy
Copy link
Collaborator

@FoamyGuy FoamyGuy commented Jun 24, 2023

resolves: #8113

Tested successfully on a PyPortal by making a build from the PR branch with the test code posted in the issue.

I found that this is the commit where this was changed from 1,2,3 to 1,1,1: 267ec1d#diff-045888a0fd2effa9301d468829a4e6c6b0d17137019ad774f57ed0924e897243

This PR essentially reverts the change to indexes from this commit, but keeps the simplified arg validation.

Copy link
Member

@gamblor21 gamblor21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't test but the change looks correct to me.

@dhalbert dhalbert requested a review from jepler June 26, 2023 02:50
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@jepler jepler merged commit 324ecc2 into adafruit:main Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

displayio.Shape.set_boundary() is not functioning correctly
3 participants