| Issue 139: | Bug for on_touch_up in objectdisplay.py | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1.add an object
2.remove the object
3.
What is the expected output? What do you see instead?
error
What version of the product are you using? On what operating system?
Last available on win XP
Please provide any additional information below.
Below is [object.id] instead of [touch.id]
def on_touch_up(self, touch):
if touch.id in self.objects:
del self.objects[touch.id]
|
Labels: Milestone-0.4 Component-Core