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

BugFix: Draw::resize() was losing data. #118

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Feb 17, 2023

When copying back old data, it was being copied from the new (empty) buffers instead.

Closes #117

When copying back old data, it was being copied from the new (empty) buffers instead.
@Robadob Robadob added the bug Something isn't working label Feb 17, 2023
@Robadob Robadob self-assigned this Feb 17, 2023
@Robadob Robadob merged commit bff8a71 into master Feb 17, 2023
@Robadob Robadob deleted the bugfix_2023_02_17 branch February 17, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draw::resize() loses data (breaking large line drawings)
1 participant