graphics/LD_Objects.py
changeset 50 4610aafc884e
parent 42 4a8400732001
child 58 39cd981ff242
--- a/graphics/LD_Objects.py	Fri Jul 20 19:10:00 2007 +0200
+++ b/graphics/LD_Objects.py	Fri Jul 20 22:24:39 2007 +0200
@@ -431,6 +431,7 @@
     # Changes the contact type
     def SetType(self, type):
         self.Type = type
+        self.RefreshTypeSize()
 
     # Returns the contact type
     def GetType(self):