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

Clicking on black Inner causes exception #26

Closed
cjmayo opened this issue Mar 4, 2018 · 1 comment
Closed

Clicking on black Inner causes exception #26

cjmayo opened this issue Mar 4, 2018 · 1 comment
Labels

Comments

@cjmayo
Copy link
Collaborator

cjmayo commented Mar 4, 2018

When paint mode is active with the default Mandelbrot:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/fract4dgui/gtkfractal.py", line 956, in onButtonRelease
    if self.filterPaintModeRelease(event):
  File "/usr/lib64/python3.6/site-packages/fract4dgui/gtkfractal.py", line 946, in filterPaintModeRelease
    self.onPaint(self.newx, self.newy)
  File "/usr/lib64/python3.6/site-packages/fract4dgui/gtkfractal.py", line 930, in onPaint
    self.f.solids[color] = (int(r*255.0),int(g*255.0),int(b*255.0),255)
IndexError: list assignment index out of range
@cjmayo cjmayo added the python3 label Mar 4, 2018
@edyoung edyoung closed this as completed Apr 22, 2018
@edyoung
Copy link
Member

edyoung commented Apr 22, 2018

fixed

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

No branches or pull requests

2 participants