This is my attempt to fix issue 135.

This patch modifies MMapArea.py in the src directory.

*** MMapArea.py.old     2009-02-26 10:51:58.000000000 +0800
--- MMapArea.py 2009-02-26 10:54:08.000000000 +0800
***************
*** 797,803 ****
                height = area.height / self.scale_fac
                for t in self.thoughts:
                        try:
!                               if t.lr[0] >= ax and t.ul[0] <= ax + width and 
t.lr[1] <= ay +
height and t.ul[1] >= ay:
                                        t.draw (context)
                        except:
                                t.draw(context)
--- 797,803 ----
                height = area.height / self.scale_fac
                for t in self.thoughts:
                        try:
!                               if t.lr[0] >= ax and t.ul[0] <= ax + width and 
t.lr[1] >= ay and
t.ul[1] <= ay + height:
                                        t.draw (context)
                        except:
                                t.draw(context)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Labyrinth Discussion" group.
To post to this group, send email to labyrinth-devel@googlegroups.com
To unsubscribe from this group, send email to 
labyrinth-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/labyrinth-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to