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

Making subimages less than 5 pixels wide/high causes errors/crash #199

Closed
BPzeBanshee opened this issue Dec 29, 2014 · 2 comments · Fixed by #245
Closed

Making subimages less than 5 pixels wide/high causes errors/crash #199

BPzeBanshee opened this issue Dec 29, 2014 · 2 comments · Fixed by #245

Comments

@BPzeBanshee
Copy link

Reproduced simply by

  1. opening LateralGM
  2. creating a new sprite
  3. pressing 'add subimage'
  4. entering a size less than 5 for either width or height

Error log below (this appears multiple times depending on how long I keep the window open):
http://pastebin.com/RUqNWtT1

@RobertBColton
Copy link
Collaborator

@BPzeBanshee I've confirmed and reproduced the bug. It is in the painting of the background for an image previewer that is causing this exception, it has to do with the checkered background you see for images. I have them set to fixed block sizes of 5 which the image width/height is divided by. Easy to fix but I need time to see what is the best way to fix it.

@RobertBColton
Copy link
Collaborator

This is fixed in master, the new release will be made available soon.

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

Successfully merging a pull request may close this issue.

2 participants