X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Ihm%2FI_OBJECT.py;h=0f4d28ea3233ad7c87e76a39148fbe8108892e0a;hb=36ca867c4099d6a804374b8f6a2b897d9ea69a09;hp=eb00f2a970116dcec99b27fbdbf29ae6f5cc0269;hpb=ceab423f7793a10f787f4251c36d2049587f774a;p=tools%2Feficas.git diff --git a/Ihm/I_OBJECT.py b/Ihm/I_OBJECT.py index eb00f2a9..0f4d28ea 100644 --- a/Ihm/I_OBJECT.py +++ b/Ihm/I_OBJECT.py @@ -29,7 +29,8 @@ try: lang=prefs.lang except: lang='fr' - + +import CONNECTOR class OBJECT: from Noyau.N_CO import CO @@ -66,8 +67,10 @@ class OBJECT: Méthode appelée après qu'une modification a été faite afin de déclencher d'éventuels traitements post-modification """ + #print "fin_modif",self # pour les objets autres que les commandes, aucun traitement spécifique # on remonte l'info de fin de modif au parent + CONNECTOR.Emit(self,"valid") if self.parent: self.parent.fin_modif()