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 autoSized for framebuffers #7012

Merged
merged 1 commit into from
May 6, 2024

Conversation

davepagurek
Copy link
Contributor

Resolves #6998

Changes

  • Renames internal autoSized property to _autoSized so that it doesn't clash with the method autoSized()
  • Adds tests

PR Checklist

  • npm run lint passes
  • [Inline documentation] is included / updated
  • [Unit tests] are included / updated

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

Successfully merging this pull request may close these issues.

p5.Framebuffer.autoSized() method may be broken
2 participants