Bug while dragging contact fixed
authorgreg
Thu, 28 May 2009 08:10:18 +0200
changeset 360 072f9f830659
parent 359 363af30a8b83
child 361 62570186dad4
Bug while dragging contact fixed
graphics/LD_Objects.py
--- a/graphics/LD_Objects.py	Fri May 22 14:44:03 2009 +0200
+++ b/graphics/LD_Objects.py	Thu May 28 08:10:18 2009 +0200
@@ -462,7 +462,7 @@
         return rect
 
     def ProcessDragging(self, movex, movey, event, scaling):
-        return Graphic_Element.ProcessDragging(self, movex, movey, centered, scaling, height_fac = 2)
+        return Graphic_Element.ProcessDragging(self, movex, movey, event, scaling, height_fac = 2)
     
     # Forbids to change the contact size
     def SetSize(self, width, height):