google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

AttributeError: 'MMapArea' object has no attribute 'bbox_current' #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From time to time I get this exception:

Traceback (most recent call last):
  File "/home/ms/workspace/labyrinth-0.4.0/src/MMapArea.py", line 694, in
expose
    self.draw (event, context)
  File "/home/ms/workspace/labyrinth-0.4.0/src/MMapArea.py", line 717, in draw
    context.rectangle(xs, ys, self.bbox_current[0] - xs,
self.bbox_current[1] - ys)
AttributeError: 'MMapArea' object has no attribute 'bbox_current'

Original issue reported on code.google.com by sinfr...@gmail.com on 31 Mar 2008 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by sinfr...@gmail.com on 2 Apr 2008 at 1:19

GoogleCodeExporter commented 9 years ago
I experienced this a while ago too, but it seems to be gone with some of the 
latest
changes.

Original comment by matthias...@gmail.com on 3 Apr 2008 at 9:06

GoogleCodeExporter commented 9 years ago
I see this again in the latest revisions.

Original comment by sinfr...@gmail.com on 14 Jul 2008 at 7:06

GoogleCodeExporter commented 9 years ago
I cannot any longer reproduce it and the line seems to be gone. So this is 
fixed for
me. What I had seen yesterday seems to be something different.

Original comment by sinfr...@gmail.com on 16 Jul 2008 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by sinfr...@gmail.com on 16 Jul 2008 at 5:57