| Issue 291: | MTInnerWindow's collide_point function thinks it's larger than it is | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Lines 200 and 201 of innerwindow.py: left, right = -scaled_border, self.width + scaled_border * 2 bottom,top = -scaled_border, self.height + scaled_border * 2 should be changed to: left, right = -scaled_border, self.width + scaled_border bottom,top = -scaled_border, self.height + scaled_border
Jul 26, 2010
Closed via GitHub: http://github.com/tito/pymt/commit/ddc812812c6011078bf01ac07ef31e6692fd75d5 innerwindow: fix invalid collide_point with border (fixes issue 291 )
Status:
Done
|
Owner: txprog
Labels: Milestone-0.5