graphics/LD_Objects.py
changeset 50 4610aafc884e
parent 42 4a8400732001
child 58 39cd981ff242
equal deleted inserted replaced
49:1762276019fb 50:4610aafc884e
   429         return self.Name
   429         return self.Name
   430 
   430 
   431     # Changes the contact type
   431     # Changes the contact type
   432     def SetType(self, type):
   432     def SetType(self, type):
   433         self.Type = type
   433         self.Type = type
       
   434         self.RefreshTypeSize()
   434 
   435 
   435     # Returns the contact type
   436     # Returns the contact type
   436     def GetType(self):
   437     def GetType(self):
   437         return self.Type
   438         return self.Type
   438     
   439